CapabilityManagerAdd Method |
Name | Description | |
---|---|---|
Add(CapabilityFlags, FuncBoolean, String) | Adds a new entry that disallows 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. | |
Add(CapabilityFlags, Int32, String) | Adds a new entry that disallows capability for timeSpanMs duration in milliseconds, at which point the entry is removed and capability is allowed if no other entries for capability are maintained. | |
Add(CapabilityFlags, TimeSpan, String) | Adds a new entry that disallows capability for timeSpan duration, at which point the entry is removed and capability is allowed if no other entries for capability are maintained. |