CapabilityManagerUpdate Method (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.
Namespace: ff14bot.Managers
public static void Update( CapabilityManagerHandle handle, CapabilityFlags capability, TimeSpan timeSpan, string reason = null )
Exception | Condition |
---|---|
ArgumentNullException | The value of 'handle' cannot be null. |