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