SendersApiClient.GetSenderByIdAsync Method

<< Click to Display Table of Contents >>

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

SendersApiClient.GetSenderByIdAsync Method

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

 

Syntax


public Task<SenderDTO> GetSenderByIdAsync(
 string senderId,
 string url,
 CancellationToken cancellationToken
)

Parameters

senderId

Type: String

url

Type: String

cancellationToken

Type: CancellationToken

 

See Also


SendersApiClient Class

BNCS.NMOS.QueryAPI.Client.Clients Namespace