C# Class Dev2.Diagnostics.Debug.RemoteDebugMessageRepo

Used to store remote debug data ;)
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
AddDebugItem ( string remoteInvokeID, IDebugState ds ) : void

Adds the debug item.

FetchDebugItems ( System.Guid remoteInvokeID ) : IList

Fetches the debug items.

Method Details

AddDebugItem() public méthode

Adds the debug item.
public AddDebugItem ( string remoteInvokeID, IDebugState ds ) : void
remoteInvokeID string The remote invoke ID.
ds IDebugState The ds.
Résultat void

FetchDebugItems() public méthode

Fetches the debug items.
public FetchDebugItems ( System.Guid remoteInvokeID ) : IList
remoteInvokeID System.Guid The remote invoke ID.
Résultat IList