A Sandcastle Documented Class Library
ProcessReceivedData Method (ClientID, obj)
NamespacesDotNetRemotingAsyncServerProcessReceivedData(Int32, Object)
process the message from the client and pass it on (to rpc for example) if required
Declaration Syntax
C#Visual BasicVisual C++
public override void ProcessReceivedData(
	int ClientID,
	Object obj
)
Public Overrides Sub ProcessReceivedData ( _
	ClientID As Integer, _
	obj As Object _
)
public:
virtual void ProcessReceivedData(
	int ClientID, 
	Object^ obj
) override
Parameters
ClientID (Int32)
obj (Object)

Assembly: AsyncWinLib (Module: AsyncWinLib) Version: 1.0.3522.21484