C# 클래스 ServiceConnect.Persistance.MongoDbSsl.MongoDBSslAggregatorPersistor

상속: IAggregatorPersistor
파일 보기 프로젝트 열기: R-Suite/ServiceConnect-CSharp

공개 메소드들

메소드 설명
Count ( string name ) : int
GetData ( string name ) : IList
InsertData ( object data, string name ) : void
MongoDBSslAggregatorPersistor ( string connectionString, string databaseName ) : System

Constructor

RemoveData ( string name, System.Guid correlationsId ) : void

메소드 상세

Count() 공개 메소드

public Count ( string name ) : int
name string
리턴 int

GetData() 공개 메소드

public GetData ( string name ) : IList
name string
리턴 IList

InsertData() 공개 메소드

public InsertData ( object data, string name ) : void
data object
name string
리턴 void

MongoDBSslAggregatorPersistor() 공개 메소드

Constructor
public MongoDBSslAggregatorPersistor ( string connectionString, string databaseName ) : System
connectionString string
databaseName string
리턴 System

RemoveData() 공개 메소드

public RemoveData ( string name, System.Guid correlationsId ) : void
name string
correlationsId System.Guid
리턴 void