Click or drag to resize

IRpcRequestDispatcherDispatch Method

[Missing <summary> documentation for "M:SolidFire.Core.IRpcRequestDispatcher.Dispatch(System.String,System.Threading.CancellationToken)"]

Namespace:  SolidFire.Core
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
Task<string> Dispatch(
	string input,
	CancellationToken cancellationToken
)

Parameters

input
Type: SystemString
cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskString
See Also