SharedDataItem.RequestDataUpdate Method (Byte[])
Requests the primary snap-in to update the data of the SharedDataItem object.
Namespace: Microsoft.ManagementConsole
Assembly: Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)
Syntax
public void RequestDataUpdate(
byte[] value
)
public:
void RequestDataUpdate(
array<unsigned char>^ value
)
member RequestDataUpdate :
value:byte[] -> unit
Public Sub RequestDataUpdate (
value As Byte()
)
Parameters
value
Type: System.Byte[]An array containing the new data.
Remarks
This method does not directly revise the data. If the primary snap-in accepts the revision, then the data is updated asynchronously.
See Also
SharedDataItem Class
Microsoft.ManagementConsole Namespace
Return to top