BulkTransactionsWaitAll Method |
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic bool WaitAll(
TimeSpan timeout
)
Public Function WaitAll (
timeout As TimeSpan
) As Boolean
public:
bool WaitAll(
TimeSpan timeout
)
member WaitAll :
timeout : TimeSpan -> bool
Parameters
- timeout
- Type: SystemTimeSpan
Return Value
Type:
Boolean
See Also