Ejemplo n.º 1
0
 public virtual grpc::AsyncUnaryCall <global::PKIo.ImageRecord> deleteLocalizedImageAsync(global::PKIo.LocalizedImageInput request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_deleteLocalizedImage, null, options, request));
 }
Ejemplo n.º 2
0
 public virtual grpc::AsyncUnaryCall <global::PKIo.ImageRecord> deleteLocalizedImageAsync(global::PKIo.LocalizedImageInput request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(deleteLocalizedImageAsync(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }
Ejemplo n.º 3
0
 public virtual global::PKIo.ImageRecord deleteLocalizedImage(global::PKIo.LocalizedImageInput request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_deleteLocalizedImage, null, options, request));
 }
Ejemplo n.º 4
0
 public virtual grpc::AsyncUnaryCall <global::PKIo.Url> getLocalizedImageURLAsync(global::PKIo.LocalizedImageInput request, grpc::CallOptions options)
 {
     return(CallInvoker.AsyncUnaryCall(__Method_getLocalizedImageURL, null, options, request));
 }
Ejemplo n.º 5
0
 public virtual global::PKIo.Url getLocalizedImageURL(global::PKIo.LocalizedImageInput request, grpc::CallOptions options)
 {
     return(CallInvoker.BlockingUnaryCall(__Method_getLocalizedImageURL, null, options, request));
 }
Ejemplo n.º 6
0
 public virtual global::PKIo.Url getLocalizedImageURL(global::PKIo.LocalizedImageInput request, grpc::Metadata headers = null, global::System.DateTime?deadline = null, global::System.Threading.CancellationToken cancellationToken = default(global::System.Threading.CancellationToken))
 {
     return(getLocalizedImageURL(request, new grpc::CallOptions(headers, deadline, cancellationToken)));
 }