public virtual grpc::AsyncUnaryCall <global::Axiverse.Services.Proto.GetEntityResponse> GetEntityAsync(global::Axiverse.Services.Proto.GetEntityRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_GetEntity, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::Axiverse.Services.Proto.GetEntityResponse> GetEntity(global::Axiverse.Services.Proto.GetEntityRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }
public virtual grpc::AsyncUnaryCall <global::Axiverse.Services.Proto.GetEntityResponse> GetEntityAsync(global::Axiverse.Services.Proto.GetEntityRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(GetEntityAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }