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!

EventInfo.GetRaiseMethod ()

Retrieves the MethodInfo object for "removing" a method of the event represented by this instance.

[Visual Basic]
Overloads Public Function GetRaiseMethod() As MethodInfo
[C#]
public MethodInfo GetRaiseMethod();
[C++]
public: MethodInfo* GetRaiseMethod();
[JScript]
public function GetRaiseMethod() : MethodInfo;

Return Value

Retrieves a MethodInfo object that you call to return the unsubscribe an event.

See Also

EventInfo Class | EventInfo Members | System.Reflection Namespace | EventInfo.GetRaiseMethod Overload List