Amazon.SimpleEmail.AmazonSimpleEmailServiceClient.EndCreateConfigurationSet C# (CSharp) Метод

EndCreateConfigurationSet() публичный Метод

Finishes the asynchronous execution of the CreateConfigurationSet operation.
public EndCreateConfigurationSet ( IAsyncResult asyncResult ) : CreateConfigurationSetResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateConfigurationSet.
Результат CreateConfigurationSetResponse
        public  CreateConfigurationSetResponse EndCreateConfigurationSet(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateConfigurationSetResponse>(asyncResult);
        }
AmazonSimpleEmailServiceClient