| 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.25.11.64-experimental+d519cd77c15f00eb425bcde0dbe3273921f5910b
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 a Subscription that is to be unsubscribed.
See Also