CommunicationBlockingAccessManager.IsBlockingActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether or not blocking is currently enabled.
public:
static property bool IsBlockingActive { bool get(); };
static bool IsBlockingActive();
public static bool IsBlockingActive { get; }
var boolean = CommunicationBlockingAccessManager.isBlockingActive;
Public Shared ReadOnly Property IsBlockingActive As Boolean
Property Value
Boolean
bool
Determines if blocking is enabled.