Compartilhar via


EmailServicedata.EmailGetSendResultViaIdentityWithResult Method

Definition

public System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailSendResult> EmailGetSendResultViaIdentityWithResult (string viaIdentity, string endpoint, Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IEventListener eventListener, Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.ISendAsync sender);
member this.EmailGetSendResultViaIdentityWithResult : string * string * Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.IEventListener * Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Runtime.ISendAsync -> System.Threading.Tasks.Task<Microsoft.Azure.PowerShell.Cmdlets.EmailServicedata.Models.IEmailSendResult>
Public Function EmailGetSendResultViaIdentityWithResult (viaIdentity As String, endpoint As String, eventListener As IEventListener, sender As ISendAsync) As Task(Of IEmailSendResult)

Parameters

viaIdentity
String
endpoint
String
eventListener
IEventListener
sender
ISendAsync

Returns

Applies to