Пример #1
0
 public virtual AsyncUnaryCall <global::Nodes.Pathing.GetRandomPointResponse> GetRandomPointAsync(global::Nodes.Pathing.GetRandomPointRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetRandomPoint, null, options, request));
 }
Пример #2
0
 public virtual global::Nodes.Pathing.GetRandomPointResponse GetRandomPoint(global::Nodes.Pathing.GetRandomPointRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetRandomPoint, null, options, request));
 }
Пример #3
0
 public virtual AsyncUnaryCall <global::Nodes.Pathing.GetRandomPointResponse> GetRandomPointAsync(global::Nodes.Pathing.GetRandomPointRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetRandomPointAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Пример #4
0
 public virtual global::System.Threading.Tasks.Task <global::Nodes.Pathing.GetRandomPointResponse> GetRandomPoint(global::Nodes.Pathing.GetRandomPointRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }