Click or drag to resize

ServiceConnectionHandleUncorrelatedMessage Method

Namespace:  Buddy.Networking.ServiceClient
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
protected virtual bool HandleUncorrelatedMessage(
	ushort opcode,
	IncomingMessage message
)

Parameters

opcode
Type: SystemUInt16
message
Type: Buddy.Networking.CoreIncomingMessage

Return Value

Type: Boolean
See Also