Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndCreateMaintenanceWindow C# (CSharp) Method

EndCreateMaintenanceWindow() public method

Finishes the asynchronous execution of the CreateMaintenanceWindow operation.
public EndCreateMaintenanceWindow ( IAsyncResult asyncResult ) : CreateMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateMaintenanceWindow.
return Amazon.SimpleSystemsManagement.Model.CreateMaintenanceWindowResponse
        public  CreateMaintenanceWindowResponse EndCreateMaintenanceWindow(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateMaintenanceWindowResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient