UdpNetworkMulticastClientSimpleInit 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)
Syntax Public Function SimpleInit As Boolean
public:
virtual bool SimpleInit() sealed
abstract SimpleInit : unit -> bool
override SimpleInit : unit -> bool
Return Value
Type:
Boolean
true if it succeeds, false if it fails.
Implements
INetworkClientSimpleInitSee Also