프로퍼티 | 타입 | 설명 | |
---|---|---|---|
StoreId | EventStoreId | ||
WriteClient | JsonServiceClient |
메소드 | 설명 | |
---|---|---|
ThrowIfClientNotInitialized ( ) : void | ||
WriteEvent ( string streamId, byte eventData ) : void |
메소드 | 설명 | |
---|---|---|
ImportEventsInternal ( string streamId, string location, long length ) : void | ||
JsonEventStoreClientBase ( EventStoreId storeId, string uri ) : System.Net |
protected ImportEventsInternal ( string streamId, string location, long length ) : void | ||
streamId | string | |
location | string | |
length | long | |
리턴 | void |
protected JsonEventStoreClientBase ( EventStoreId storeId, string uri ) : System.Net | ||
storeId | EventStoreId | |
uri | string | |
리턴 | System.Net |
public WriteEvent ( string streamId, byte eventData ) : void | ||
streamId | string | |
eventData | byte | |
리턴 | void |