Method | Description | |
---|---|---|
GetBroadcastMetadatas ( string signature, string type ) : BroadcastMetadata | ||
GetBroadcastMetadatas ( ) : IEnumerable |
||
GetBroadcastMetadatas ( string signature ) : IEnumerable |
||
GetBroadcastSignatures ( ) : IEnumerable |
||
GetMulticastMetadatas ( ) : IEnumerable |
||
GetMulticastMetadatas ( Tag tag ) : IEnumerable |
||
GetMulticastMetadatas ( Tag tag, string type ) : IEnumerable |
||
GetMulticastTags ( ) : IEnumerable |
||
GetUnicastMetadatas ( ) : IEnumerable |
||
GetUnicastMetadatas ( string signature ) : IEnumerable |
||
GetUnicastMetadatas ( string signature, string type ) : IEnumerable |
||
GetUnicastSignatures ( ) : IEnumerable |
||
MetadataManager ( ) : System | ||
Refresh ( IEnumerable |
||
SetMetadata ( BroadcastMetadata metadata ) : bool | ||
SetMetadata ( MulticastMetadata metadata ) : bool | ||
SetMetadata ( UnicastMetadata metadata ) : bool |
public GetBroadcastMetadatas ( string signature, string type ) : BroadcastMetadata | ||
signature | string | |
type | string | |
return | BroadcastMetadata |
public GetBroadcastMetadatas ( ) : IEnumerable |
||
return | IEnumerable |
public GetBroadcastMetadatas ( string signature ) : IEnumerable |
||
signature | string | |
return | IEnumerable |
public GetBroadcastSignatures ( ) : IEnumerable |
||
return | IEnumerable |
public GetMulticastMetadatas ( ) : IEnumerable |
||
return | IEnumerable |
public GetMulticastMetadatas ( Tag tag ) : IEnumerable |
||
tag | Tag | |
return | IEnumerable |
public GetMulticastMetadatas ( Tag tag, string type ) : IEnumerable |
||
tag | Tag | |
type | string | |
return | IEnumerable |
public GetUnicastMetadatas ( string signature ) : IEnumerable |
||
signature | string | |
return | IEnumerable |
public GetUnicastMetadatas ( string signature, string type ) : IEnumerable |
||
signature | string | |
type | string | |
return | IEnumerable |
public GetUnicastSignatures ( ) : IEnumerable |
||
return | IEnumerable |
public Refresh ( IEnumerable |
||
trustSignatures | IEnumerable |
|
trustTags | IEnumerable |
|
return | void |
public SetMetadata ( BroadcastMetadata metadata ) : bool | ||
metadata | BroadcastMetadata | |
return | bool |
public SetMetadata ( MulticastMetadata metadata ) : bool | ||
metadata | MulticastMetadata | |
return | bool |
public SetMetadata ( UnicastMetadata metadata ) : bool | ||
metadata | UnicastMetadata | |
return | bool |