public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> UpdateOrganizationsAsync(global::Soit.Authentication.Protos.UpdateUserOrganizationsRequest request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(UpdateOrganizationsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::Google.Protobuf.WellKnownTypes.Empty> UpdateOrganizationsAsync(global::Soit.Authentication.Protos.UpdateUserOrganizationsRequest request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_UpdateOrganizations, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::Google.Protobuf.WellKnownTypes.Empty> UpdateOrganizations(global::Soit.Authentication.Protos.UpdateUserOrganizationsRequest request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }