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.23.1.1
Syntax [ObsoleteAttribute("Deprecated as of 3.2.2 and use Cancel(CorrelationID) instead")]
public void Unsubscribe(
CorrelationID correlationId
)
<ObsoleteAttribute("Deprecated as of 3.2.2 and use Cancel(CorrelationID) instead")>
Public Sub Unsubscribe (
correlationId As CorrelationID
)
public:
[ObsoleteAttribute(L"Deprecated as of 3.2.2 and use Cancel(CorrelationID) instead")]
void Unsubscribe(
CorrelationID^ correlationId
)
[<ObsoleteAttribute("Deprecated as of 3.2.2 and use Cancel(CorrelationID) instead")>]
member Unsubscribe :
correlationId : CorrelationID -> unit
Parameters
- correlationId
- Type: Bloomberglp.BlpapiCorrelationID
The correlationId of the subscription that is to
be unsubscribed.
See Also