C# 클래스 Ecologylab.BigSemantics.Services.MetadataServicesClient

파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp 1 사용 예제들

공개 메소드들

메소드 설명
MetadataServicesClient ( SimplTypesScope metadatascope, SemanticsSessionScope semanticSessionScope, ParsedUri serviceUri, bool useWebSockets = false ) : System
RequestMetadata ( ParsedUri uri ) : Task

Encapsulate the oodss client requst in a simpler GetMetadata call.

메소드 상세

MetadataServicesClient() 공개 메소드

public MetadataServicesClient ( SimplTypesScope metadatascope, SemanticsSessionScope semanticSessionScope, ParsedUri serviceUri, bool useWebSockets = false ) : System
metadatascope Simpl.Serialization.SimplTypesScope
semanticSessionScope Ecologylab.BigSemantics.Collecting.SemanticsSessionScope
serviceUri Simpl.Fundamental.Net.ParsedUri
useWebSockets bool
리턴 System

RequestMetadata() 공개 메소드

Encapsulate the oodss client requst in a simpler GetMetadata call.
public RequestMetadata ( ParsedUri uri ) : Task
uri Simpl.Fundamental.Net.ParsedUri
리턴 Task