Parameters
- transportProfileUriString
- The URI string of the PubSub transport profile.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - assumeTopicTree
- Determines whether the (standard) topic tree is used.
The value of this parameter cannot be null
(Nothing
in Visual Basic).
The value of this parameter cannot be null
(Nothing
in Visual Basic).
Exception | Description |
---|---|
System.ArgumentNullException |
A This is a usage error, i.e. it will never occur (the exception will not be thrown) in a correctly written program. Your code should not catch this exception. |
With transport profiles that use JSON, the dataset writer descriptor is always strictly physical. With other transport profiles, for a dataset writer descriptor to be strictly physical, it must not have a (non-empty) logical name.
When topic tree is assumed (assumeTopicTree is true
), the dataset writer descriptor is always strictly physical.
This method is pure, i.e. it does not have observable side effects.