 | ChannelDeleteDelay Property |
This parameter defines how many seconds the server waits until a temporary channel is deleted when empty.
When a temporary channel is created, a timer is started. If a user joins the channel before the countdown is finished, the channel is not deleted. After the last person has left the channel, the countdown starts again. DeleteDelay defines the length of this countdown in seconds.
The time since the last client has left the temporary channel can be queried with ts3client_getChannelEmptySecs.
Namespace:
TeamSpeak.Sdk.Client
Assembly:
TeamSpeak.Sdk (in TeamSpeak.Sdk.dll) Version: 0.1.6124.20226 (0.1.0.0)
Syntaxpublic TimeSpan DeleteDelay { get; set; }
Public Property DeleteDelay As TimeSpan
Get
Set
public:
property TimeSpan DeleteDelay {
TimeSpan get ();
void set (TimeSpan value);
}
member DeleteDelay : TimeSpan with get, set
Property Value
Type:
TimeSpan
See Also