public virtual grpc::AsyncUnaryCall <global::Microsoft.CGC.DataAccess.GRPC.GetOwnedGroupsResponse> GetOwnedGroupsAsync(global::Microsoft.CGC.DataAccess.GRPC.GetOwnedGroupsRequest request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(GetOwnedGroupsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Microsoft.CGC.DataAccess.GRPC.GetOwnedGroupsResponse> GetOwnedGroupsAsync(global::Microsoft.CGC.DataAccess.GRPC.GetOwnedGroupsRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_GetOwnedGroups, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::Microsoft.CGC.DataAccess.GRPC.GetOwnedGroupsResponse> GetOwnedGroups(global::Microsoft.CGC.DataAccess.GRPC.GetOwnedGroupsRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }