public virtual grpc::AsyncUnaryCall <global::MainServerV2.UnIgnorePlayerResult> UnIgnorePlayerAsync(global::MainServerV2.UnIgnorePlayerAttempt request, grpc::Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken)) { return(UnIgnorePlayerAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::MainServerV2.UnIgnorePlayerResult> UnIgnorePlayerAsync(global::MainServerV2.UnIgnorePlayerAttempt request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_UnIgnorePlayer, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::MainServerV2.UnIgnorePlayerResult> UnIgnorePlayer(global::MainServerV2.UnIgnorePlayerAttempt request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }