BlackBerry Dynamics for .NET Maui  12.0.0.9
Runtime library for .NET Maui applications
BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAppServer Class Reference

Application server configuration. More...

Properties

int Port [get, set]
 Server port number. More...
 
int Priority [get, set]
 Server priority; lower numbers represent higher priority. More...
 
string Server [get, set]
 Server address. More...
 

Detailed Description

Application server configuration.

This class is used to return the details of the application server configuration.

A collection of instances of this class will be in the IBBDXamarin.BBDAppConfigKeyServers value returned by the IBBDXamarin.GetApplicationConfig(), or in the IBBDServiceProvider.ServerCluster.

Property Documentation

◆ Port

int BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAppServer.Port
getset

Server port number.

◆ Priority

int BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAppServer.Priority
getset

Server priority; lower numbers represent higher priority.

◆ Server

string BBDXamarinForms.Common.Interfaces.Wrappers.Types.IBBDAppServer.Server
getset

Server address.