Метод | Описание | |
---|---|---|
DeleteStream ( string streamName ) : void | ||
GetStreamVersion ( string streamName ) : object | ||
IsConfigRecordRequired ( string configPath ) : bool | ||
IsFile ( string streamName ) : bool | ||
OpenStreamForRead ( string streamName ) : |
||
OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : |
||
WriteCompleted ( string streamName, bool success, object writeContext ) : void |
Метод | Описание | |
---|---|---|
AddStreamname ( string oldStreamname, string newStreamname, bool alwaysIntercept ) : void | ||
GetNewStreamname ( string oldStreamname ) : string | ||
GetStreamUpdate ( string oldStreamname, bool alwaysIntercept ) : |
||
UpdateConfigHost ( IInternalConfigHost host ) : System.Collections.Specialized |
public DeleteStream ( string streamName ) : void | ||
streamName | string | |
Результат | void |
public GetStreamVersion ( string streamName ) : object | ||
streamName | string | |
Результат | object |
public IsConfigRecordRequired ( string configPath ) : bool | ||
configPath | string | |
Результат | bool |
public IsFile ( string streamName ) : bool | ||
streamName | string | |
Результат | bool |
public OpenStreamForRead ( string streamName ) : |
||
streamName | string | |
Результат |
public OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : |
||
streamName | string | |
templateStreamName | string | |
writeContext | object | |
Результат |
public WriteCompleted ( string streamName, bool success, object writeContext ) : void | ||
streamName | string | |
success | bool | |
writeContext | object | |
Результат | void |