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

[To be supplied.]

[Visual Basic]
Overrides Protected Function RemoveImpl( _
   ByVal value As Delegate _
) As Delegate
[C#]
protected override Delegate RemoveImpl(
   Delegate value
);
[C++]
protected: override Delegate* RemoveImpl(
   Delegate* value
);
[JScript]
protected override function RemoveImpl(
   value : Delegate
) : Delegate;

Parameters

value
[To be supplied.]

See Also

MulticastDelegate Class | MulticastDelegate Members | System Namespace