Click or drag to resize
ServiceRegistrationOptionsRegistrationParts Class
Constants for specifying which part(s) of a service should be registered
Inheritance Hierarchy
SystemObject
  Bloomberglp.BlpapiServiceRegistrationOptionsRegistrationParts

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public class RegistrationParts

The ServiceRegistrationOptionsRegistrationParts type exposes the following members.

Constructors
  NameDescription
Public methodServiceRegistrationOptionsRegistrationParts
Initializes a new instance of the ServiceRegistrationOptionsRegistrationParts class
Top
Fields
  NameDescription
Public fieldStatic memberPART_DEFAULT
Registering the parts of the service implied by options specified in the service metadata.
Public fieldStatic memberPART_OPERATIONS
registering to receive the request types corresponding to each "operation" defined in the service metadata.
Public fieldStatic memberPART_PUBLISHER_RESOLUTION
registering to receive resolution requests (with message type 'PermissionRequest') from subscribers
Public fieldStatic memberPART_PUBLISHING
Registering to receive subscribe and unsubscribe messages.
Public fieldStatic memberPART_SUBSCRIBER_RESOLUTION
Registering to receive resolution requests (with message type 'PermissionRequest') from subscribers.
Top
See Also