C# Class Goedel.Mesh.MeshPortalDirect

Direct connection to service provider via API calls.
Inheritance: MeshLocalPortal
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
Init ( string ServiceName, string MeshStore, string PortalStore ) : void

Initialize the portal

Method Details

GetService() public méthode

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.
Résultat MeshService

Init() protected méthode

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.
Résultat void

MeshPortalDirect() public méthode

Create new portal using the default stores.
public MeshPortalDirect ( ) : System
Résultat System

MeshPortalDirect() public méthode

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.
Résultat System

MeshPortalDirect() public méthode

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.
Résultat System