Click or drag to resize

SolidFireElementGetSnmpStateAsync Method

You can use GetSnmpState to return the current state of the SNMP feature.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskGetSnmpStateResult

Implements

ISolidFireElementGetSnmpStateAsync(CancellationToken)
See Also