Click or drag to resize

IKeepAlive Interface

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: 2023.2.258.5793
Syntax
public interface IKeepAlive

The IKeepAlive type exposes the following members.

Methods
  NameDescription
Public methodCommandCompleted
The command has completed dismiss any UI or timeouts
Public methodStartQueryCancel
A command is starting
Top
See Also