Click or drag to resize
RegistrationParts Fields

The ServiceRegistrationOptionsRegistrationParts type exposes the following members.

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