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

EndRegisterTaskWithMaintenanceWindow() 공개 메소드

Finishes the asynchronous execution of the RegisterTaskWithMaintenanceWindow operation.
public EndRegisterTaskWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTaskWithMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterTaskWithMaintenanceWindow.
리턴 Amazon.SimpleSystemsManagement.Model.RegisterTaskWithMaintenanceWindowResponse
        public  RegisterTaskWithMaintenanceWindowResponse EndRegisterTaskWithMaintenanceWindow(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterTaskWithMaintenanceWindowResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient