INetworkClientFinishInit Method |
Finalizes the three step initialization procedure. Must be called after StartInit and
Bind.
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxbool FinishInit(
bool startReceiving
)
Function FinishInit (
startReceiving As Boolean
) As Boolean
bool FinishInit(
bool startReceiving
)
abstract FinishInit :
startReceiving : bool -> bool
Parameters
- startReceiving
- Type: SystemBoolean
If true the receive chain is start, otherwise it is not. Note, that you can call
StartReceiveChain() at a later point.
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
See Also