C# Класс Dev2.Diagnostics.Debug.RemoteDebugMessageRepo

Used to store remote debug data ;)
Показать файл Открыть проект

Открытые методы

Метод Описание
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