Name | Description | |
---|---|---|
![]() | PublisherConfiguration Constructor | Initialize the publisher from the application configuration |
The following tables list the members exposed by PublisherConfiguration.
Name | Description | |
---|---|---|
![]() | PublisherConfiguration Constructor | Initialize the publisher from the application configuration |
Name | Description | |
---|---|---|
![]() | ApplicationDescription | Optional. A description of the application to include with the session information. |
![]() | ApplicationName | Optional. The name of the application for logging purposes. |
![]() | ApplicationType | Optional. The ApplicationType to treat the application as, overriding the Agent's automatic determination. |
![]() | ApplicationVersion | Optional. The version of the application for logging purposes. |
![]() | ApplicationVersionNumber | We need this to load from JSON, because there's currently no custom binding and the standard binder doesn't use Version.Parse. |
![]() | EnableAnonymousMode | When true, the Agent will record session data without collecting personally-identifying information. |
![]() | EnableDebugMode | When true, the Agent will include debug messages in logs. Not intended for production use |
![]() | EnvironmentName | Optional. The environment this session is running in. |
![]() | ForceSynchronous | When true, the publisher will treat all publish requests as write-through requests. |
![]() | HostName | Optional. The host name to use for the session instead of automatically determining it. |
![]() | MaxQueueLength | The maximum number of queued messages waiting to be published. |
![]() | ProductName | Optional. The name of the product for logging purposes. |
![]() | PromotionLevelName | Optional. The promotion level of the session. |
Name | Description | |
---|---|---|
![]() | Sanitize | Normalize configuration data |
![]() | ToString | Returns a string that represents the current object.Returns a string that represents the current object. |