|
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.296-beta+d85e3b6b23676c9fffb3231e358b4f94ad70793d
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