ISendGridSenderSendAsync(IdtMessage) Method

Note: This API is now obsolete.
Legacy overload preserved for backward compatibility and simpler mocking.

Definition

Namespace: InnerDrive.Logging
Assembly: InnerDrive.Logging (in InnerDrive.Logging.dll) Version: 5.2.9417.0
C#
[ObsoleteAttribute("Use overload with CancellationToken")]
Task<Response?> SendAsync(
	IdtMessage message
)

Parameters

message  IdtMessage
The message to send

Return Value

TaskResponse
The SendGrid response or null

See Also