UdpNetworkMulticastClientStartInit Method |
Starts the internal receive chain. Note that the default parameter to FinishInit(= true)
Namespace: StreamCoders.NetworkAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
SyntaxPublic Function StartInit As Boolean
public:
virtual bool StartInit() sealed
abstract StartInit : unit -> bool
override StartInit : unit -> bool
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
Implements
INetworkClientStartInit
See Also