Callback to allow the client/user to cancel a long running command

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

Syntax

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

See Also