Click or drag to resize

FX3ConnectionWaitForStreamCompletion Method

Overload List
  NameDescription
Public methodWaitForStreamCompletion
Overload of WaitForStreamCompletion which blocks indefinitely until a stream completion event is seen.
Public methodWaitForStreamCompletion(Int32)
Blocks until the streaming endpoint mutex can be acquired. Allows a user to synchronize external application the completion of a stream. Returns false if there is not a stream running, or if the timeout is reached without the stream mutex being acquired.
Top
See Also