NamespaceSnapInBase.OnLoadCustomData Method (AsyncStatus, Byte[])
Passes data that is contained in the console file to the snap-in.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual void OnLoadCustomData(
AsyncStatus status,
byte[] persistenceData
)
protected:
virtual void OnLoadCustomData(
AsyncStatus^ status,
array<unsigned char>^ persistenceData
)
abstract OnLoadCustomData :
status:AsyncStatus *
persistenceData:byte[] -> unit
override OnLoadCustomData :
status:AsyncStatus *
persistenceData:byte[] -> unit
Protected Overridable Sub OnLoadCustomData (
status As AsyncStatus,
persistenceData As Byte()
)
Parameters
status
Type: Microsoft.ManagementConsole.AsyncStatusThe object that holds the asynchronous status information.
persistenceData
Type: System.Byte[]The persisted data from the console file.
See Also
NamespaceSnapInBase Class
Microsoft.ManagementConsole Namespace
Return to top