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

EndUpdateConfigurationSetEventDestination() public method

Finishes the asynchronous execution of the UpdateConfigurationSetEventDestination operation.
public EndUpdateConfigurationSetEventDestination ( IAsyncResult asyncResult ) : UpdateConfigurationSetEventDestinationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateConfigurationSetEventDestination.
return UpdateConfigurationSetEventDestinationResponse
        public  UpdateConfigurationSetEventDestinationResponse EndUpdateConfigurationSetEventDestination(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateConfigurationSetEventDestinationResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient