Method OnceEveryXSeconds
OnceEveryXSeconds(Double, String)
Returns true if the method has not returned true for the same key for a period of time.
Declaration
public static bool OnceEveryXSeconds(double seconds, string key)
Parameters
Type | Name | Description |
---|---|---|
Double | seconds | An amount of time in seconds. |
String | key | An arbitrary key. Required but can be empty. |
Returns
Type | Description |
---|---|
Boolean |