Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndCreateConfigurationSetEventDestination C# (CSharp) Method

EndCreateConfigurationSetEventDestination() public method

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