SmsRootConsoleNode.OnLoadCustomData Method
Handles a notification indicating that custom data is loaded.
Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)
Usage
'Usage
Dim instance As SmsRootConsoleNode
Dim status As AsyncStatus
Dim persistenceData As Byte()
instance.OnLoadCustomData(status, persistenceData)
Syntax
'Declaration
Public Sub OnLoadCustomData ( _
status As AsyncStatus, _
persistenceData As Byte() _
)
public void OnLoadCustomData (
AsyncStatus status,
byte[] persistenceData
)
public:
void OnLoadCustomData (
AsyncStatus^ status,
array<unsigned char>^ persistenceData
)
public void OnLoadCustomData (
AsyncStatus status,
byte[] persistenceData
)
public function OnLoadCustomData (
status : AsyncStatus,
persistenceData : byte[]
)
Parameters
- status
[in] Microsoft.ManagementConsole.AsyncStatus object that indicates the status of the operation.
- persistenceData
[in] Array of custom data.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Server 2003, Windows Vista
Target Platforms
Windows Server 2003,Windows Vista
See Also
Reference
SmsRootConsoleNode Class
SmsRootConsoleNode Members
Microsoft.ConfigurationManagement.AdminConsole Namespace