Click or drag to resize

SolidFireElementListEventsAsync Method (CancellationToken, NullableInt64, NullableInt64, NullableInt64, String, NullableInt64, NullableInt64, NullableInt64, String, String, String, String)

ListEvents returns events detected on the cluster, sorted from oldest to newest.

Namespace:  SolidFire.Element.Api
Assembly:  SolidFire.SDK (in SolidFire.SDK.dll) Version: 12.3.0.0
Syntax
C#
public Task<ListEventsResult> ListEventsAsync(
	CancellationToken cancellationToken,
	Nullable<long> MaxEvents = null,
	Nullable<long> StartEventID = null,
	Nullable<long> EndEventID = null,
	string EventType = null,
	Nullable<long> ServiceID = null,
	Nullable<long> NodeID = null,
	Nullable<long> DriveID = null,
	string StartReportTime = null,
	string EndReportTime = null,
	string StartPublishTime = null,
	string EndPublishTime = null
)

Parameters

cancellationToken
Type: System.ThreadingCancellationToken
MaxEvents (Optional)
Type: SystemNullableInt64
StartEventID (Optional)
Type: SystemNullableInt64
EndEventID (Optional)
Type: SystemNullableInt64
EventType (Optional)
Type: SystemString
ServiceID (Optional)
Type: SystemNullableInt64
NodeID (Optional)
Type: SystemNullableInt64
DriveID (Optional)
Type: SystemNullableInt64
StartReportTime (Optional)
Type: SystemString
EndReportTime (Optional)
Type: SystemString
StartPublishTime (Optional)
Type: SystemString
EndPublishTime (Optional)
Type: SystemString

Return Value

Type: TaskListEventsResult

Implements

ISolidFireElementListEventsAsync(CancellationToken, NullableInt64, NullableInt64, NullableInt64, String, NullableInt64, NullableInt64, NullableInt64, String, String, String, String)
See Also