Runspace.DisconnectAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disconnects the runspace asynchronously.
public:
abstract void DisconnectAsync();
public:
abstract void DisconnectAsync();
abstract void DisconnectAsync();
public abstract void DisconnectAsync ();
abstract member DisconnectAsync : unit -> unit
Public MustOverride Sub DisconnectAsync ()
Exceptions
RunspaceState is not Opened.
Remarks
Disconnects the remote runspace and any running command from the server machine. Any data generated by the running command on the server is cached on the server machine. This runspace object goes to the disconnected state. This object can be reconnected to the server by calling the Connect() method. If the remote runspace on the server remains disconnected for the IdleTimeout value (as defined in the WSManConnectionInfo object) then it is closed and torn down on the server.