|   | 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.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
SyntaxPublic Function TryBlockAction ( 
	<OutAttribute> ByRef success As Boolean
) As DisposableCallback
function TryBlockAction(success);
Parameters
- success  Boolean
- A bool to notify if entering the block was a success
Return Value
DisposableCallback See Also
See Also