System.Runtime.Remoting.RemotingServices.Disconnect Method

Stops an object from receiving any further messages through the registered remoting channels.

Syntax

public static bool Disconnect (MarshalByRefObject obj)

Parameters

obj
Object to disconnect from its channel.

Returns

true if the object was disconnected from the registered remoting channels successfully; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: System.Runtime.Remoting
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0