SmsSnapInBase.OnLoadCustomData Method

Handles a notification from Microsoft Management Console that persistent custom data is loaded.

Namespace: Microsoft.ConfigurationManagement.AdminConsole
Assembly: Microsoft.ConfigurationManagement (in microsoft.configurationmanagement.dll)

Usage

'Usage
Dim status As AsyncStatus
Dim persistenceData As Byte()

Me.OnLoadCustomData(status, persistenceData)

Syntax

'Declaration
Protected Overrides Sub OnLoadCustomData ( _
    status As AsyncStatus, _
    persistenceData As Byte() _
)
protected override void OnLoadCustomData (
    AsyncStatus status,
    byte[] persistenceData
)
protected:
virtual void OnLoadCustomData (
    AsyncStatus^ status, 
    array<unsigned char>^ persistenceData
) override
protected void OnLoadCustomData (
    AsyncStatus status, 
    byte[] persistenceData
)
protected override 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.

Remarks

Your application must override this method in a derived class.

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

SmsSnapInBase Class
SmsSnapInBase Members
Microsoft.ConfigurationManagement.AdminConsole Namespace