예제 #1
0
 /// <inheritdoc cref="ComputeApi.ListServerActionSummariesAsync{T}" />
 public virtual Task <ServerAction> GetServerActionAsync(Identifier serverId, Identifier actionId, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(_computeApi.GetServerActionAsync <ServerAction>(serverId, actionId, cancellationToken));
 }