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

EndCreateConfigurationSet() public method

Finishes the asynchronous execution of the CreateConfigurationSet operation.
public EndCreateConfigurationSet ( IAsyncResult asyncResult ) : CreateConfigurationSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConfigurationSet.
return CreateConfigurationSetResponse
        public  CreateConfigurationSetResponse EndCreateConfigurationSet(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateConfigurationSetResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient