示例#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));
 }
示例#2
0
 public virtual global::Nodes.Pathing.GetClosestPointResponse GetClosestPoint(global::Nodes.Pathing.GetClosestPointRequest request, CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_GetClosestPoint, null, options, request));
 }
示例#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)));
 }
示例#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, ""));
 }