FabricClient.QueryClient.GetPartitionAsync 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
GetPartitionAsync(Guid)
public System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList> GetPartitionAsync(Guid partitionId);
member this.GetPartitionAsync : Guid -> System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList>
Public Function GetPartitionAsync (partitionId As Guid) As Task(Of ServicePartitionList)
Parameters
- partitionId
- System.Guid
Returns
System.Threading.Tasks.Task<ServicePartitionList>
Applies to
GetPartitionAsync(Guid, TimeSpan, CancellationToken)
public System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList> GetPartitionAsync(Guid partitionId, TimeSpan timeout, System.Threading.CancellationToken cancellationToken);
member this.GetPartitionAsync : Guid * TimeSpan * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Fabric.Query.ServicePartitionList>
Public Function GetPartitionAsync (partitionId As Guid, timeout As TimeSpan, cancellationToken As CancellationToken) As Task(Of ServicePartitionList)
Parameters
- partitionId
- System.Guid
- timeout
- System.TimeSpan
- cancellationToken
- System.Threading.CancellationToken
Returns
System.Threading.Tasks.Task<ServicePartitionList>