LSEG Data Library for .NET

Close

Allows you to close the streaming chain connection.

Syntax

streamingChain.Close()

Returned value

void - nothing.

Usage

The following example demonstrates how to close previously opened pricing chain stream.

var chainStream = Chain.Definition(".AV.O").GetStream();

chainStream.open();

// get and process the streaming data

chainStream.close();