SendersApiClient.GetSendersAsync Method

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.NMOS.QueryAPI.Client.Clients Namespace > SendersApiClient Class > SendersApiClient Methods >

SendersApiClient.GetSendersAsync Method

Namespace: BNCS.NMOS.QueryAPI.Client.Clients
Assembly:  BNCS.NMOS.QueryAPI.Client (in BNCS.NMOS.QueryAPI.Client.dll)

 

Syntax


public Task<ResponseDTO<IEnumerable<SenderDTO>>> GetSendersAsync(
 string url,
 FilterOptions filterOptions,
 CancellationToken cancellationToken
)

Parameters

url

Type: String

filterOptions

Type: BNCS.NMOS.QueryAPI.Client.Configuration.FilterOptions

cancellationToken

Type: CancellationToken

 

See Also


SendersApiClient Class

BNCS.NMOS.QueryAPI.Client.Clients Namespace