C# 클래스 Dev2.Diagnostics.Debug.RemoteDebugMessageRepo

Used to store remote debug data ;)
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
AddDebugItem ( string remoteInvokeID, IDebugState ds ) : void

Adds the debug item.

FetchDebugItems ( System.Guid remoteInvokeID ) : IList

Fetches the debug items.

메소드 상세

AddDebugItem() 공개 메소드

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

FetchDebugItems() 공개 메소드

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