CapabilityManagerUpdate Method |
Name | Description | |
---|---|---|
Update(CapabilityManagerHandle, CapabilityFlags, FuncBoolean, String) | Updates an entry (or adds a new one if entry is not present) to disallow capability until condition evaluates to false, at which point the entry is removed and capability is allowed if no other entries for capability are maintained. | |
Update(CapabilityManagerHandle, CapabilityFlags, Int32, String) | Updates an entry (or adds a new one if entry is not present) to disallow capability for timeSpanMs duration in milliseconds. The entry is removed upon expiration and capability is allowed if no other entries for capability are maintained. | |
Update(CapabilityManagerHandle, CapabilityFlags, TimeSpan, String) | Updates an entry (or adds a new one if entry is not present) to disallow capability for timeSpan duration. The entry is removed upon expiration and capability is allowed if no other entries for capability are maintained. |