Esempio n. 1
0
 public virtual AsyncUnaryCall <global::Nodes.Pathing.GetClosestPointResponse> GetClosestPointAsync(global::Nodes.Pathing.GetClosestPointRequest request, CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_GetClosestPoint, null, options, request));
 }
Esempio n. 2
0
 public virtual global::Nodes.Pathing.GetClosestPointResponse GetClosestPoint(global::Nodes.Pathing.GetClosestPointRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetClosestPoint, null, options, request));
 }
Esempio n. 3
0
 public virtual AsyncUnaryCall <global::Nodes.Pathing.GetClosestPointResponse> GetClosestPointAsync(global::Nodes.Pathing.GetClosestPointRequest request, Metadata headers = null, DateTime?deadline = null, CancellationToken cancellationToken = default(CancellationToken))
 {
     return(GetClosestPointAsync(request, new CallOptions(headers, deadline, cancellationToken)));
 }
Esempio n. 4
0
 public virtual global::System.Threading.Tasks.Task <global::Nodes.Pathing.GetClosestPointResponse> GetClosestPoint(global::Nodes.Pathing.GetClosestPointRequest request, ServerCallContext context)
 {
     throw new RpcException(new Status(StatusCode.Unimplemented, ""));
 }