C# 클래스 Xigadee.DocumentDbConnection

This is the root documentdb connection object.
파일 보기 프로젝트 열기: xigadee/Microservice 1 사용 예제들

공개 메소드들

메소드 설명
DocumentDbConnection ( string account, string base64key ) : System

This is the default constructor for the DocumentDb connection.

ToConnection ( string account, string base64key ) : DocumentDbConnection

메소드 상세

DocumentDbConnection() 공개 메소드

This is the default constructor for the DocumentDb connection.
public DocumentDbConnection ( string account, string base64key ) : System
account string The acoount name.
base64key string The accountkey as a base64 encoded key.
리턴 System

ToConnection() 공개 정적인 메소드

public static ToConnection ( string account, string base64key ) : DocumentDbConnection
account string
base64key string
리턴 DocumentDbConnection