Click or drag to resize
FutureTWait Method
Waits for function to complete and either returns result of type T or throws exception of type E.

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public T Wait()

Return Value

Type: T
Returns result.
See Also