Click or drag to resize

ISolidFireElementDisableSnmpAsync Method

You can use DisableSnmp to disable SNMP on the cluster nodes.

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

Parameters

cancellationToken
Type: System.ThreadingCancellationToken

Return Value

Type: TaskDisableSnmpResult
See Also