BaseClientSessionTransportManager 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 session transport manager.
public abstract class BaseClientSessionTransportManager : System.Management.Automation.Remoting.Client.BaseClientTransportManager, IDisposable
type BaseClientSessionTransportManager = class
inherit BaseClientTransportManager
interface IDisposable
Public MustInherit Class BaseClientSessionTransportManager
Inherits BaseClientTransportManager
Implements IDisposable
- Inheritance
- Derived
- Implements
Methods
CloseAsync() |
The caller should make sure the call is synchronized. (Inherited from BaseClientTransportManager) |
CreateAsync() |
Create the transport manager and initiate connection. (Inherited from BaseClientTransportManager) |
Dispose() |
Dispose the transport and release resources. (Inherited from BaseTransportManager) |
Dispose(Boolean) |
Dispose resources. (Inherited from BaseClientTransportManager) |
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) |