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!

IChannelReceiver.StopListening

[Visual Basic]
Sub StopListening( _
   ByVal data As Object _
)
[C#]
void StopListening(
   object data
);
[C++]
void StopListening(
   Object* data
) = 0;
[JScript]
function StopListening(
   data : Object
);

Parameters

data
Optional state information for the channel

See Also

IChannelReceiver Interface | IChannelReceiver Members | System.Runtime.Remoting Namespace