[This is preliminary documentation and is subject to change.]
Delegate definition for the Resolve callback passing a CLientResolve object.
Namespace: Perforce.P4Assembly: p4api.net (in p4api.net.dll) Version: 2012.2.63.1250 (2012.2.63.1250)
Syntax
C# |
---|
public delegate int ResolveADelegate( IntPtr Resolver, bool preview ) |
Visual Basic |
---|
Public Delegate Function ResolveADelegate ( _ Resolver As IntPtr, _ preview As Boolean _ ) As Integer |
Visual C++ |
---|
public delegate int ResolveADelegate( IntPtr Resolver, bool preview ) |
Parameters
- Resolver
- Type: System..::..IntPtr
P4ClientReslove used to handle the resolve
- preview
- Type: System..::..Boolean