WSManPluginManagedEntryWrapper.PSPluginOperationShutdownCallback 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.
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.