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

Indicates whether the event is multicast.

Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.

[Visual Basic]
Public ReadOnly Property IsMulticast As Boolean
[C#]
public bool IsMulticast {get;}
[C++]
public: __property bool get_IsMulticast();
[JScript]
public function get IsMulticast() : Boolean;

Property Value

true if the delegate returned by GetEventHandlerDelegate() is an instance of a multicast delegate; otherwise, false. Read-only.

See Also

EventInfo Class | EventInfo Members | System.Reflection Namespace | MulticastDelegate | Type | EventHandler