Share via


PipeServer.disconnect Method

Definition

Disconnects the server end of the named pipe instance from a client process.

public:
 virtual bool disconnect();
public virtual bool disconnect ();
abstract member disconnect : unit -> bool
override this.disconnect : unit -> bool
Public Overridable Function disconnect () As Boolean

Returns

true if the method succeeds; otherwise, false.

Applies to