Share via


WSManPluginManagedEntryWrapper.PSPluginOperationShutdownCallback Method

Definition

Callback used to register with thread pool to notify when a plugin operation shuts down. Conforms to: public delegate void WaitOrTimerCallback( Object state, bool timedOut )

public:
 static void PSPluginOperationShutdownCallback(System::Object ^ operationContext, bool timedOut);
public:
 static void PSPluginOperationShutdownCallback(Platform::Object ^ operationContext, bool timedOut);
 static void PSPluginOperationShutdownCallback(winrt::Windows::Foundation::IInspectable const & operationContext, bool timedOut);
public static void PSPluginOperationShutdownCallback (object operationContext, bool timedOut);
static member PSPluginOperationShutdownCallback : obj * bool -> unit
Public Shared Sub PSPluginOperationShutdownCallback (operationContext As Object, timedOut As Boolean)

Parameters

operationContext
Object

PVOID.

timedOut
Boolean

BOOLEAN.

Applies to