|   | DelayedSynchronizedOperationDelay Property | 
        
        
            Gets or sets the amount of time to wait before execution, in milliseconds,
            for any asynchronous calls. Zero value will execute immediately.
            
        
        Namespace: GSF.ThreadingAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic int Delay { get; set; }Public Property Delay As Integer
	Get
	Set
public:
property int Delay {
	int get ();
	void set (int value);
}member Delay : int with get, set
function get_Delay();
function set_Delay(value);
Property Value
Int32 Remarks
Remarks
            Non asynchronous calls will not be delayed.
            
 See Also
See Also