Click or drag to resize

SolidFireElementInvokeSFApiAsync Method (InvokeSFApiRequest, CancellationToken)

This will invoke any API method supported by the SolidFire API for the version and port the connection is using. Returns a nested hashtable of key/value pairs that contain the result of the invoked method.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<Hashtable> InvokeSFApiAsync(
	InvokeSFApiRequest obj,
	CancellationToken cancellationToken
)

Parameters

obj
Type: SolidFire.Element.ApiInvokeSFApiRequest
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskHashtable

Implements

ISolidFireElementInvokeSFApiAsync(InvokeSFApiRequest, CancellationToken)
See Also