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.GetEventToken

Returns the token for this event.

[Visual Basic]
Public Function GetEventToken() As EventToken
[C#]
public EventToken GetEventToken();
[C++]
public: EventToken GetEventToken();
[JScript]
public function GetEventToken() : EventToken;

Return Value

Returns the EventToken for this event.

See Also

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