Property | Type | Description | |
---|---|---|---|
Application | BaseClientApplication | ||
StreamsByName | Dictionary |
||
StreamsByProtocolId | Dictionary |
||
StreamsByType | Dictionary |
||
StreamsByUniqueId | IStream>.Dictionary |
Method | Description | |
---|---|---|
CreateOutFileStream ( |
||
CreateOutFileStream ( |
||
FindByName ( string name, bool partial ) : IStream>.Dictionary |
||
FindByProtocolId ( uint id ) : IStream>.Dictionary |
||
FindByProtocolIdByName ( uint protocolId, string name, bool partial ) : IStream>.Dictionary |
||
FindByProtocolIdByType ( uint protocolId, ulong type, bool partial ) : IStream>.Dictionary |
||
FindByProtocolIdByTypeByName ( uint protocolId, ulong type, string name, bool partialType, bool partialName ) : IStream>.Dictionary |
||
FindByType ( ulong type, bool partialType ) : IStream>.Dictionary |
||
FindByTypeByName ( ulong type, string name, bool partialType, bool partialName ) : IStream>.Dictionary |
||
FindByUniqueId ( uint uniqueId ) : IStream | ||
GenerateUniqueId ( ) : uint | ||
GetMetaData ( string streamName, bool extractInnerMetadata, Variant configuration ) : Variant | ||
GetWaitingSubscribers ( string streamName, ulong inboundStreamType ) : IEnumerable |
||
RegisterStream ( IStream stream ) : bool | ||
StreamNameAvailable ( string streamName ) : bool | ||
StreamsManager ( BaseClientApplication pApplication ) : System | ||
UnRegisterStream ( IStream stream ) : void | ||
UnRegisterStreams ( uint protocolId ) : void |
public CreateOutFileStream ( |
||
protocol | ||
instream | IInStream | |
append | bool | |
return | IOutFileStream |
public CreateOutFileStream ( |
||
protocol | ||
name | string | |
filePath | string | |
append | bool | |
return | IOutFileStream |
public FindByName ( string name, bool partial ) : IStream>.Dictionary |
||
name | string | |
partial | bool | |
return | IStream>.Dictionary |
public FindByProtocolId ( uint id ) : IStream>.Dictionary |
||
id | uint | |
return | IStream>.Dictionary |
public FindByProtocolIdByName ( uint protocolId, string name, bool partial ) : IStream>.Dictionary |
||
protocolId | uint | |
name | string | |
partial | bool | |
return | IStream>.Dictionary |
public FindByProtocolIdByType ( uint protocolId, ulong type, bool partial ) : IStream>.Dictionary |
||
protocolId | uint | |
type | ulong | |
partial | bool | |
return | IStream>.Dictionary |
public FindByProtocolIdByTypeByName ( uint protocolId, ulong type, string name, bool partialType, bool partialName ) : IStream>.Dictionary |
||
protocolId | uint | |
type | ulong | |
name | string | |
partialType | bool | |
partialName | bool | |
return | IStream>.Dictionary |
public FindByType ( ulong type, bool partialType ) : IStream>.Dictionary |
||
type | ulong | |
partialType | bool | |
return | IStream>.Dictionary |
public FindByTypeByName ( ulong type, string name, bool partialType, bool partialName ) : IStream>.Dictionary |
||
type | ulong | |
name | string | |
partialType | bool | |
partialName | bool | |
return | IStream>.Dictionary |
public FindByUniqueId ( uint uniqueId ) : IStream | ||
uniqueId | uint | |
return | IStream |
public GetMetaData ( string streamName, bool extractInnerMetadata, Variant configuration ) : Variant | ||
streamName | string | |
extractInnerMetadata | bool | |
configuration | Variant | |
return | Variant |
public GetWaitingSubscribers ( string streamName, ulong inboundStreamType ) : IEnumerable |
||
streamName | string | |
inboundStreamType | ulong | |
return | IEnumerable |
public RegisterStream ( IStream stream ) : bool | ||
stream | IStream | |
return | bool |
public StreamNameAvailable ( string streamName ) : bool | ||
streamName | string | |
return | bool |
public StreamsManager ( BaseClientApplication pApplication ) : System | ||
pApplication | BaseClientApplication | |
return | System |
public UnRegisterStream ( IStream stream ) : void | ||
stream | IStream | |
return | void |
public UnRegisterStreams ( uint protocolId ) : void | ||
protocolId | uint | |
return | void |
public BaseClientApplication Application | ||
return | BaseClientApplication |