Share via


WritableSharedDataItem.RequiresCallback Property

 

Gets the value that indicates whether the data item requires a callback when data is requested. This value is set in the WritableSharedDataItem constructor.

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

Syntax

public bool RequiresCallback { get; }
public:
property bool RequiresCallback {
    bool get();
}
member RequiresCallback : bool with get
Public ReadOnly Property RequiresCallback As Boolean

Property Value

Type: System.Boolean

Whether the data item requires a callback when data is requested.

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