|
MicrophoneInputAdapterAttemptConnection Method
|
Attempts to connect to data input source.
Namespace: AudioAdaptersAssembly: AudioAdapters (in AudioAdapters.dll) Version: 2.4.207-beta
Syntax protected override void AttemptConnection()
Protected Overrides Sub AttemptConnection
protected:
virtual void AttemptConnection() override
abstract AttemptConnection : unit -> unit
override AttemptConnection : unit -> unit
function AttemptConnection();
View SourceRemarks
Derived classes should attempt connection to data input source here. Any exceptions thrown
by this implementation will result in restart of the connection cycle.
See Also