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!

MulticastDelegate Members

Public:

Properties

Method (inherited from Delegate) Gets the static method of the class represented by the Delegate.
Target (inherited from Delegate) Gets the target of the Delegate.

Methods

BindToContext (inherited from Delegate) Binds the Delegate to a context.
Clone (inherited from Delegate) Creates a shallow copy of the Delegate.
DynamicInvoke (inherited from Delegate) Invokes the method, represented by the Delegate, dynamically (late-bound).
Equals Determines whether this multicast delegate and the specified object are equal.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetInvocationList Returns the invocation list of this multicast delegate, in invocation order.
GetObjectData (inherited from Delegate) Implements the ISerializable interface and returns the data needed to serialize the Delegate.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Operators

Equality Operator Determines whether two MulticastDelegate objects are equal.
Inequality Operator Determines whether two MulticastDelegate objects are not equal.

Protected:

Constructor

MulticastDelegate Constructor Overloaded. Initializes an instance of the MulticastDelegate class.

Methods

CombineImpl [To be supplied.]
DynamicInvokeImpl [To be supplied.]
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
GetMethodImpl (inherited from Delegate) Gets the static method of the class represented by the Delegate.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
RemoveImpl [To be supplied.]

See Also

MulticastDelegate Class | System Namespace