C# Class Dev2.Diagnostics.Debug.RemoteDebugMessageRepo

Used to store remote debug data ;)
显示文件 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
AddDebugItem ( string remoteInvokeID, IDebugState ds ) : void

Adds the debug item.

FetchDebugItems ( System.Guid remoteInvokeID ) : IList

Fetches the debug items.

Method Details

AddDebugItem() public method

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

FetchDebugItems() public method

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