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