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

[To be supplied.]

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

Parameters

follow
[To be supplied.]

See Also

MulticastDelegate Class | MulticastDelegate Members | System Namespace