Click or drag to resize
TransactionWaitMultiple Method
Waits for all of multiple transactions.

Namespace: StreamCoders.Rtsp
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static bool WaitMultiple(
	IEnumerable<Transaction> transactions,
	TimeSpan timeout
)

Parameters

transactions
Type: System.Collections.GenericIEnumerableTransaction
The transactions.
timeout
Type: SystemTimeSpan
.

Return Value

Type: Boolean
true if it succeeds, false if it fails.
See Also