Click or drag to resize
ProviderSessionDispose Method
Disposes the current ProviderSession instance by calling AbstractSession.Stop() to close the opened socket. Also releases all resources used by this ProviderSession object. Thrown if an operation is attempted on an already disposed ProviderSession instance.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.6.64-experimental+729270cf207a6113e8bbb043419936f745983b67
Syntax
public override void Dispose()

Implements

IDisposableDispose
IDisposableDispose
See Also