[Missing <summary> documentation for "M:Bespoke.Common.Net.TcpConnection.InitDataReceivedCallback(System.AsyncCallback)"]

Namespace:  Bespoke.Common.Net
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public void InitDataReceivedCallback(
	AsyncCallback dataReceivedCallback
)
Visual Basic (Declaration)
Public Sub InitDataReceivedCallback ( _
	dataReceivedCallback As AsyncCallback _
)
Visual C++
public:
void InitDataReceivedCallback(
	AsyncCallback^ dataReceivedCallback
)

Parameters

dataReceivedCallback
Type: System..::.AsyncCallback

[Missing <param name="dataReceivedCallback"/> documentation for "M:Bespoke.Common.Net.TcpConnection.InitDataReceivedCallback(System.AsyncCallback)"]

See Also