Gate.WaitForGateClose(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Waits until the gate is closed.
public abstract void WaitForGateClose (int timeout);
abstract member WaitForGateClose : int -> unit
Public MustOverride Sub WaitForGateClose (timeout As Integer)
Parameters
- timeout
- Int32
Maximum number of milliseconds to wait until the gate is closed before it returns control back to the application. If WaitForever is defined, the method waits as long as needed until the gate is closed or an error occurs.