Time for a command to run before allowing the client/user to cancel a long running command

Namespace: Perforce.P4
Assembly: p4api.net (in p4api.net.dll) Version: 2016.1.140.7015 (2016.1.140.7015)

Syntax

C#
public TimeSpan KeepAliveDelay { get; set; }
Visual Basic
Public Property KeepAliveDelay As TimeSpan
	Get
	Set
Visual C++
public:
property TimeSpan KeepAliveDelay {
	TimeSpan get ();
	void set (TimeSpan value);
}

See Also