Click or drag to resize

SolidFireElementGetBinAssignmentPropertiesAsync Method

GetBinAssignmentProperties enables you to retrieve the bin assignment properties in the database.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<GetBinAssignmentPropertiesResult> GetBinAssignmentPropertiesAsync(
	CancellationToken cancellationToken
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetBinAssignmentPropertiesResult

Implements

ISolidFireElementGetBinAssignmentPropertiesAsync(CancellationToken)
See Also