This section contains an example that demonstrates how to publish data to a stream in.NET3 .
Name |
Example_02_PublishingDataToAStream |
Description |
This example demonstrates the steps necessary to publish take data from an outside source and publish it to a stream feeding a query module. This is a typical activity when writing an input adapter. |
Notable Classes and Methods |
IPublisher engineClient.CreatePublisher(cclUriOfInputStream) publisher.PublishRow(point) publisher.Disconnect() |
Related Information |
For more information about streams, see Data Stream. For more information about adapters, see Adapters. |