ICustomRequestsService Interface

graph TD Type["ICustomRequestsService"] class Type type-node

Syntax

public interface ICustomRequestsService

Methods

Name Value Summary
SendRequestAsync<TResult>(IRequest<TResult>, CancellationToken) Task<TResult>
Send custom requests
SendRequestToOtherDcAsync<TResult>(int, Func<IClientApi, Task<TResult>>, CancellationToken) Task<TResult>
Send custom requests to the other DC
SendRequestToOtherDcAsync<TResult>(int, IRequest<TResult>, CancellationToken) Task<TResult>
Send custom requests to the other DC