C# Класс Goedel.Mesh.MeshPortalTraced

Direct connection to service provider via API calls.
Наследование: MeshPortalDirect
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetService ( string Service, string Account ) : MeshService

Return a MeshService object for the named portal service.

Label ( string Name ) : TracePoint

Label the following interactions

MeshPortalTraced ( string MeshStore, string PortalStore ) : System

Create a new portal using the specified stores.

MeshPortalTraced ( string ServiceName, string MeshStore, string PortalStore ) : System

Create a new portal using the specified stores.

Описание методов

GetService() публичный Метод

Return a MeshService object for the named portal service.
public GetService ( string Service, string Account ) : MeshService
Service string The service to get the service from.
Account string The account to get.
Результат MeshService

Label() публичный Метод

Label the following interactions
public Label ( string Name ) : TracePoint
Name string The label name to use
Результат TracePoint

MeshPortalTraced() публичный Метод

Create a new portal using the specified stores.
public MeshPortalTraced ( string MeshStore, string PortalStore ) : System
MeshStore string File name for the Mesh Store.
PortalStore string File name for the Portal Store.
Результат System

MeshPortalTraced() публичный Метод

Create a new portal using the specified stores.
public MeshPortalTraced ( string ServiceName, string MeshStore, string PortalStore ) : System
ServiceName string DNS service name
MeshStore string File name for the Mesh Store.
PortalStore string File name for the Portal Store.
Результат System