Click or drag to resize

BuddyServiceConnectAsync Method

Namespace:  Buddy.Service.Client
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Task<ServiceConnectResult> ConnectAsync(
	ConnectRegion connectRegion,
	Component[] components,
	ProductBuildType buildType,
	string key,
	int lcid,
	long token,
	IPEndPoint overrideEndPoint = null,
	CancellationToken ct = null
)

Parameters

connectRegion
Type: Buddy.Service.ClientConnectRegion
components
Type: Buddy.Service.CoreComponent
buildType
Type: Buddy.Service.CoreProductBuildType
key
Type: SystemString
lcid
Type: SystemInt32
token
Type: SystemInt64
overrideEndPoint (Optional)
Type: System.NetIPEndPoint
ct (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: TaskServiceConnectResult
See Also