public virtual grpc::AsyncUnaryCall <global::SKF.Enlight.API.Hierarchy.GetEventsOutput> GetEventsAsync(global::SKF.Enlight.API.Hierarchy.GetEventsInput request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken)) { return(GetEventsAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken))); }
public virtual grpc::AsyncUnaryCall <global::SKF.Enlight.API.Hierarchy.GetEventsOutput> GetEventsAsync(global::SKF.Enlight.API.Hierarchy.GetEventsInput request, grpc::CallOptions options) { return(CallInvoker.AsyncUnaryCall(__Method_GetEvents, null, options, request)); }
public virtual global::System.Threading.Tasks.Task <global::SKF.Enlight.API.Hierarchy.GetEventsOutput> GetEvents(global::SKF.Enlight.API.Hierarchy.GetEventsInput request, grpc::ServerCallContext context) { throw new grpc::RpcException(new grpc::Status(grpc::StatusCode.Unimplemented, "")); }