Click or drag to resize
SessioncreateSnapshotRequestTemplate Method (String, CorrelationID)

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public RequestTemplate createSnapshotRequestTemplate(
	string subscriptionString,
	CorrelationID statusCid
)

Parameters

subscriptionString
Type: SystemString
The subscription string used for creating a request template
statusCid
Type: Bloomberglp.BlpapiCorrelationID
the correlation id used for delivering of request template status updates

Return Value

Type: RequestTemplate
A created request template
Exceptions
ExceptionCondition
ArgumentException Thrown if no subscription string specified
DuplicateCorrelationIDException Thrown if the provided status correlation id is already used
InvalidOperationException Thrown if the session is not in 'Established' state or no subscription management endpoints are available
IOException Thrown if a network communication problem happens
See Also