|
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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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);
View SourceProperty Value
Int32
Remarks
Non asynchronous calls will not be delayed.
See Also