C# Class Goedel.Mesh.MeshPortalTraced

Direct connection to service provider via API calls.
Inheritance: MeshPortalDirect
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Methods

Method Description
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.

Method Details

GetService() public method

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.
return MeshService

Label() public method

Label the following interactions
public Label ( string Name ) : TracePoint
Name string The label name to use
return TracePoint

MeshPortalTraced() public method

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.
return System

MeshPortalTraced() public method

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.
return System