|
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.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
Syntax public 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
Int32Remarks
Non asynchronous calls will not be delayed.
See Also