다음을 통해 공유


BaseClientTransportManager Class

Definition

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
BaseClientTransportManager
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)

Applies to