Click or drag to resize

SolidFireElement.SnmpSendTestTrapsAsync Method

SnmpSendTestTraps enables you to test SNMP functionality for a cluster. This method instructs the cluster to send test SNMP traps to the currently configured SNMP manager.

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

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Return Value

Type: Task<SnmpSendTestTrapsResult>

Implements

ISolidFireElement.SnmpSendTestTrapsAsync(CancellationToken)
See Also