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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
Syntax
public override void Dispose()

Implements

IDisposableDispose
IDisposableDispose
See Also