Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndCreateMaintenanceWindow C# (CSharp) 메소드

EndCreateMaintenanceWindow() 공개 메소드

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