Пример #1
0
 public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> DeleteStateAsync(global::Dapr.Client.Grpc.DeleteStateEnvelope request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_DeleteState, null, options, request));
 }
Пример #2
0
 public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> DeleteStateAsync(global::Dapr.Client.Grpc.DeleteStateEnvelope request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(DeleteStateAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }