Allows a client to monitor the execution of a command. It allow the client to cancel the command if it takes to long to complete or display a UI to allow the user to cancel the command.

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

Syntax

C#
public interface IKeepAlive
Visual Basic
Public Interface IKeepAlive
Visual C++
public interface class IKeepAlive

See Also