Click or drag to resize
TransactionWaitComplete Method (TimeSpan, WaitHandle)
Waits for transaction to complete.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public bool WaitComplete(
	TimeSpan timeout,
	WaitHandle abortHandle
)

Parameters

timeout
Type: SystemTimeSpan
Time to wait for transaction to complete
abortHandle
Type: System.ThreadingWaitHandle
Additional abort handle that aborts the transaction that when signaled, IsAborted will be set to true.

Return Value

Type: Boolean
Returns true if transaction is complete, otherwise false.
See Also