C# Class Dev2.Diagnostics.JsonDebugProvider

Inheritance: IDebugProvider
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath filePath ) : IEnumerable
GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable

Method Details

GetDebugStates() public méthode

public GetDebugStates ( string serverWebUri, DirectoryPath directory, FilePath filePath ) : IEnumerable
serverWebUri string
directory DirectoryPath
filePath FilePath
Résultat IEnumerable

GetDebugStates() public méthode

public GetDebugStates ( string serverWebUri, IDirectoryPath directory, IFilePath path ) : IEnumerable
serverWebUri string
directory IDirectoryPath
path IFilePath
Résultat IEnumerable