Share via


WritableSharedDataItem.SetData Method (Byte[])

 

Sets the data for the shared data item. This data is ignored if RequiresCallback is set to true.

Namespace:   Microsoft.ManagementConsole
Assembly:  Microsoft.ManagementConsole (in Microsoft.ManagementConsole.dll)

Syntax

public void SetData(
    byte[] value
)
public:
void SetData(
    array<unsigned char>^ value
)
member SetData : 
        value:byte[] -> unit
Public Sub SetData (
    value As Byte()
)

Parameters

  • value
    Type: System.Byte[]

    A byte array of data for the shared data item.

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.

See Also

WritableSharedDataItem Class
Microsoft.ManagementConsole Namespace

Return to top