System.IO.Pipes.UnixNamedPipeServer.Disconnect C# (CSharp) Method

Disconnect() public method

public Disconnect ( ) : void
return void
		public void Disconnect ()
		{
			if (should_close_handle)
				Syscall.fclose (handle.DangerousGetHandle ());
		}