Amazon.AutoScaling.AmazonAutoScalingClient.EndPutNotificationConfiguration C# (CSharp) Метод

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

Finishes the asynchronous execution of the PutNotificationConfiguration operation.
public EndPutNotificationConfiguration ( IAsyncResult asyncResult ) : PutNotificationConfigurationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPutNotificationConfiguration.
Результат PutNotificationConfigurationResponse
        public  PutNotificationConfigurationResponse EndPutNotificationConfiguration(IAsyncResult asyncResult)
        {
            return EndInvoke<PutNotificationConfigurationResponse>(asyncResult);
        }
AmazonAutoScalingClient