Property | Type | Description | |
---|---|---|---|
StoreId | EventStoreId | ||
WriteClient | JsonServiceClient |
Method | Description | |
---|---|---|
ThrowIfClientNotInitialized ( ) : void | ||
WriteEvent ( string streamId, byte eventData ) : void |
Method | Description | |
---|---|---|
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 | |
return | void |
protected JsonEventStoreClientBase ( EventStoreId storeId, string uri ) : System.Net | ||
storeId | EventStoreId | |
uri | string | |
return | System.Net |
public ThrowIfClientNotInitialized ( ) : void | ||
return | void |
public WriteEvent ( string streamId, byte eventData ) : void | ||
streamId | string | |
eventData | byte | |
return | void |