Retrieve a publisher instance allowing a client to publish data to this table with the default buffer size and
flush interval.
Namespace: StreamBase.LiveView.APIAssembly: StreamBase.LiveView.API (in StreamBase.LiveView.API.dll) Version: 11.1.0.0 (11.1.1.1)
Syntax
C# | Visual Basic | Visual C++ |
ITablePublisher GetTablePublisher( string publisherName )
Function GetTablePublisher ( _ publisherName As String _ ) As ITablePublisher
ITablePublisher^ GetTablePublisher( String^ publisherName )
Parameters
- publisherName
- String
Return Value
The new or existing publisher with the given name.Remarks
To disable buffering altogether and minimize latency, use GetTablePublisher(String, Int32, TimeSpan) and use a buffer size of 0.