FabricClient.TestManagementClient.GetChaosEventsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetChaosEventsAsync(ChaosEventsSegmentFilter, Int64, TimeSpan, CancellationToken) | |
GetChaosEventsAsync(String, Int64, TimeSpan, CancellationToken) |
GetChaosEventsAsync(ChaosEventsSegmentFilter, Int64, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosEventsSegment> GetChaosEventsAsync(System.Fabric.Chaos.DataStructures.ChaosEventsSegmentFilter filter, long maxResults, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosEventsAsync : System.Fabric.Chaos.DataStructures.ChaosEventsSegmentFilter * int64 * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosEventsSegment>
Public Function GetChaosEventsAsync (filter As ChaosEventsSegmentFilter, maxResults As Long, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosEventsSegment)
Parameters
- filter
- ChaosEventsSegmentFilter
- maxResults
- System.Int64
- operationTimeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<ChaosEventsSegment>
Applies to
GetChaosEventsAsync(String, Int64, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosEventsSegment> GetChaosEventsAsync(string continuationToken, long maxResults, TimeSpan operationTimeout, System.Threading.CancellationToken cancellationToken);
member this.GetChaosEventsAsync : string * int64 * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Chaos.DataStructures.ChaosEventsSegment>
Public Function GetChaosEventsAsync (continuationToken As String, maxResults As Long, operationTimeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ChaosEventsSegment)
Parameters
- continuationToken
- System.String
- maxResults
- System.Int64
- operationTimeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<ChaosEventsSegment>