Click or drag to resize

BuddyServiceGetResourceAsync Method

Namespace:  Buddy.Service.Client
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public Task<RetrievedResource> GetResourceAsync(
	ResourceId id,
	CancellationToken ct = null
)

Parameters

id
Type: Buddy.Service.CoreResourceId
ct (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: TaskRetrievedResource
See Also