ScopeNode.OnGetSharedData Method (WritableSharedDataItem, SyncStatus)
Provides published data for a scope node’s shared data item when the data is requested.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
protected virtual byte[] OnGetSharedData(
WritableSharedDataItem item,
SyncStatus status
)
protected:
virtual array<unsigned char>^ OnGetSharedData(
WritableSharedDataItem^ item,
SyncStatus^ status
)
abstract OnGetSharedData :
item:WritableSharedDataItem *
status:SyncStatus -> byte[]
override OnGetSharedData :
item:WritableSharedDataItem *
status:SyncStatus -> byte[]
Protected Overridable Function OnGetSharedData (
item As WritableSharedDataItem,
status As SyncStatus
) As Byte()
Parameters
item
Type: Microsoft.ManagementConsole.WritableSharedDataItemThe shared data item for which data is requested.
status
Type: Microsoft.ManagementConsole.SyncStatusThe status information for synchronous operations on the node.
Return Value
Type: System.Byte[]
The published data for the scope node's shared data item.
See Also
ScopeNode Class
Microsoft.ManagementConsole Namespace
Return to top