메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Releases all the resources used by the MetadataRetriever object.
|
|
GetMetadata ( string connectionString, int timeout = Timeout.Infinite ) : |
Gets meta-data from the connectionString waiting no longer than the specified timeout.
|
메소드 | 설명 | |
---|---|---|
Dispose ( bool disposing ) : void |
Releases the unmanaged resources used by the MetadataRetriever object and optionally releases the managed resources.
|
|
GetMetadata ( int timeout ) : |
Gets meta-data using GEP waiting no longer than specified timeout.
|
|
MetadataRetriever ( string connectionString ) : System |
Creates a new MetadataRetriever instance with the specified connectionString.
|
|
m_subscriber_ConnectionEstablished ( object sender, |
||
m_subscriber_MetaDataReceived ( object sender, GSF |
||
m_subscriber_ProcessException ( object sender, GSF |
public static GetMetadata ( string connectionString, int timeout = Timeout.Infinite ) : |
||
connectionString | string | GEP publication host and port, e.g., "192.168.1.1:6175", to connect to for meta-data. |
timeout | int | Specifies how long to wait, in milliseconds, for meta-data. |
리턴 |