NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventBuilder.AddOtherMethod

Adds one of the other methods associated with this event.

[Visual Basic]
Public Sub AddOtherMethod( _
   ByVal mdBuilder As MethodBuilder _
)
[C#]
public void AddOtherMethod(
   MethodBuilder mdBuilder
);
[C++]
public: void AddOtherMethod(
   MethodBuilder* mdBuilder
);
[JScript]
public function AddOtherMethod(
   mdBuilder : MethodBuilder
);

Parameters

mdBuilder
A MethodBuilder object that represents the other method.

See Also

EventBuilder Class | EventBuilder Members | System.Reflection.Emit Namespace