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

EndCreateConfigurationSetEventDestination() 공개 메소드

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