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

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

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