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

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

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

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

Return a MeshService object for the named portal service.

MeshPortalDirect ( ) : System

Create new portal using the default stores.

MeshPortalDirect ( string MeshStore, string PortalStore ) : System

Create a new portal using the specified stores.

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

Create a new portal using the specified stores.

Защищенные методы

Метод Описание
Init ( string ServiceName, string MeshStore, string PortalStore ) : void

Initialize the portal

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

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

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

Init() защищенный Метод

Initialize the portal
protected Init ( string ServiceName, string MeshStore, string PortalStore ) : void
ServiceName string DNS service name
MeshStore string File name for the Mesh Store.
PortalStore string File name for the Portal Store.
Результат void

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

Create new portal using the default stores.
public MeshPortalDirect ( ) : System
Результат System

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

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

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

Create a new portal using the specified stores.
public MeshPortalDirect ( 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