|
SingleOccurrenceActionTryBlockAction(Boolean) Method
|
Attempts to block this class from being signaled. Be sure to call within a using block.
Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.256-beta+0e7e94d39a9b10efe7e26e3b8d5130afc0dd4d74
SyntaxPublic Function TryBlockAction (
<OutAttribute> ByRef success As Boolean
) As DisposableCallback
function TryBlockAction(success);
View SourceParameters
- success Boolean
- A bool to notify if entering the block was a success
Return Value
DisposableCallback
See Also