Method | Description | |
---|---|---|
GetService ( string Portal, string Account ) : |
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.
|
Method | Description | |
---|---|---|
Init ( string ServiceName, string MeshStore, string PortalStore ) : void |
Initialize the portal
|
public GetService ( string Portal, string Account ) : |
||
Portal | string | The portal to get the service from. |
Account | string | The account to get. |
return |
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. |
return | void |
public MeshPortalDirect ( string MeshStore, string PortalStore ) : System | ||
MeshStore | string | File name for the Mesh Store. |
PortalStore | string | File name for the Portal Store. |
return | System |
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. |
return | System |