Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndDeleteConfigurationSetEventDestination C# (CSharp) 메소드

EndDeleteConfigurationSetEventDestination() 공개 메소드

Finishes the asynchronous execution of the DeleteConfigurationSetEventDestination operation.
public EndDeleteConfigurationSetEventDestination ( IAsyncResult asyncResult ) : DeleteConfigurationSetEventDestinationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteConfigurationSetEventDestination.
리턴 DeleteConfigurationSetEventDestinationResponse
        public  DeleteConfigurationSetEventDestinationResponse EndDeleteConfigurationSetEventDestination(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteConfigurationSetEventDestinationResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient