Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndCreateConfigurationSetEventDestination C# (CSharp) Méthode

EndCreateConfigurationSetEventDestination() public méthode

Finishes the asynchronous execution of the CreateConfigurationSetEventDestination operation.
public EndCreateConfigurationSetEventDestination ( IAsyncResult asyncResult ) : CreateConfigurationSetEventDestinationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConfigurationSetEventDestination.
Résultat CreateConfigurationSetEventDestinationResponse
        public  CreateConfigurationSetEventDestinationResponse EndCreateConfigurationSetEventDestination(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateConfigurationSetEventDestinationResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient