ClientResolveFileDelegate Delegate |
Namespace: Perforce.P4
public delegate P4ClientMergeMergeStatus ResolveFileDelegate( FileResolveRecord resolveRecord, ClientAutoResolveDelegate AutoResolve, string sourcePath, string targetPath, string basePath, string resultsPath )
Public Delegate Function ResolveFileDelegate ( resolveRecord As FileResolveRecord, AutoResolve As ClientAutoResolveDelegate, sourcePath As String, targetPath As String, basePath As String, resultsPath As String ) As P4ClientMergeMergeStatus
public delegate P4ClientMergeMergeStatus ResolveFileDelegate( FileResolveRecord^ resolveRecord, ClientAutoResolveDelegate^ AutoResolve, String^ sourcePath, String^ targetPath, String^ basePath, String^ resultsPath )
type ResolveFileDelegate = delegate of resolveRecord : FileResolveRecord * AutoResolve : ClientAutoResolveDelegate * sourcePath : string * targetPath : string * basePath : string * resultsPath : string -> P4ClientMergeMergeStatus