C# 클래스 Goedel.Mesh.MeshPortalTraced

Direct connection to service provider via API calls.
상속: MeshPortalDirect
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
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