PostmarkSenderSendAsync(IdtMessage, CancellationToken) Method

Sends a IdtMessage using Postmark

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9417.0
C#
public Task<PostmarkStatus> SendAsync(
	IdtMessage message,
	CancellationToken cancellationToken
)

Parameters

message  IdtMessage
The message to send
cancellationToken  CancellationToken
A CancellationToken controlling the request lifetime.

Return Value

TaskPostmarkStatus
A TaskTResult response

Implements

IPostmarkSenderSendAsync(IdtMessage, CancellationToken)

See Also