Click or drag to resize

GHASysRemoveTimer Method

[This is preliminary documentation and is subject to change.]

Removes the timer with the specified name

Namespace:  GHASchema.Helpers
Assembly:  GHASchema (in GHASchema.dll) Version: 1.1.8074.31450 (1.0.0.0)
Syntax
C#
public static void RemoveTimer(
	string name
)

Parameters

name
Type: SystemString
Name of timer to remove
See Also