Amazon.SimpleSystemsManagement.AmazonSimpleSystemsManagementClient.EndRegisterTargetWithMaintenanceWindow C# (CSharp) Метод

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

Finishes the asynchronous execution of the RegisterTargetWithMaintenanceWindow operation.
public EndRegisterTargetWithMaintenanceWindow ( IAsyncResult asyncResult ) : RegisterTargetWithMaintenanceWindowResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRegisterTargetWithMaintenanceWindow.
Результат Amazon.SimpleSystemsManagement.Model.RegisterTargetWithMaintenanceWindowResponse
        public  RegisterTargetWithMaintenanceWindowResponse EndRegisterTargetWithMaintenanceWindow(IAsyncResult asyncResult)
        {
            return EndInvoke<RegisterTargetWithMaintenanceWindowResponse>(asyncResult);
        }
AmazonSimpleSystemsManagementClient