Click or drag to resize

BuddyServiceSendAndReceiveAsync Method (UInt16, ActionOutgoingMessage, CancellationToken)

Namespace:  Buddy.Service.Client
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Task SendAndReceiveAsync(
	ushort opcode,
	Action<OutgoingMessage> writer,
	CancellationToken ct = null
)

Parameters

opcode
Type: SystemUInt16
writer
Type: SystemActionOutgoingMessage
ct (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: Task
See Also