BaseClientTransportManager Class
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.
Remoting base client transport manager.
public abstract class BaseClientTransportManager : System.Management.Automation.Remoting.BaseTransportManager, IDisposable
type BaseClientTransportManager = class
inherit BaseTransportManager
interface IDisposable
Public MustInherit Class BaseClientTransportManager
Inherits BaseTransportManager
Implements IDisposable
- Inheritance
- Derived
- Implements
Methods
CloseAsync() |
The caller should make sure the call is synchronized. |
CreateAsync() |
Create the transport manager and initiate connection. |
Dispose() |
Dispose the transport and release resources. (Inherited from BaseTransportManager) |
Dispose(Boolean) |
Dispose resources. |
Finalize() |
Finalizes an instance of the BaseClientTransportManager class. |
MigrateDataReadyEventHandlers(BaseTransportManager) |
Copy the DataReceived event handlers to the supplied transport Manager. (Inherited from BaseTransportManager) |
RaiseErrorHandler(TransportErrorOccuredEventArgs) |
Raise the error handlers. (Inherited from BaseTransportManager) |
Events
PowerShellGuidObserver |
Listen to this event to observe the PowerShell guid of the processed object. (Inherited from BaseTransportManager) |