Click or drag to resize

BuddyServiceGetEncryptedResourcesAsync Method

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

Parameters

encryptedResources
Type: Buddy.Service.CoreEncryptedResourceId
ct (Optional)
Type: System.ThreadingCancellationToken

Return Value

Type: TaskRetrievedResource
See Also