Click or drag to resize

SolidFireElementSnmpSendTestTrapsAsync 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.ThreadingCancellationToken

Return Value

Type: TaskSnmpSendTestTrapsResult

Implements

ISolidFireElementSnmpSendTestTrapsAsync(CancellationToken)
See Also