Click or drag to resize
SessionUnsubscribe Method (CorrelationID)

Note: This API is now obsolete.

Cancels a previous request for asynchronous topic updates associated with the specified correlationId.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
[ObsoleteAttribute("Deprecated as of 3.2.2 and use Cancel(CorrelationID) instead")]
public void Unsubscribe(
	CorrelationID correlationId
)

Parameters

correlationId
Type: Bloomberglp.BlpapiCorrelationID
The correlationId of the subscription that is to be unsubscribed.
See Also