Saves the Server in the configuration data set.
Namespace:
CAS.DataPorter.Configurator
Assembly:
CommServer.DAClientConfiguration (in CommServer.DAClientConfiguration.dll)
public long Save(
Server server,
ConnectData connectData,
string locale,
ResultFilter filter
)
Public Function Save ( _
server As Server, _
connectData As ConnectData, _
locale As String, _
filter As ResultFilter _
) As Long
public:
long long^ Save(
Server^ server,
ConnectData^ connectData,
String^ locale,
ResultFilter^ filter
)
Parameters
- server
- Type: Server
The server.
- connectData
- Type: ConnectData
The connect data.
- locale
- Type: String
The locale.
- filter
- Type: ResultFilter
The filter.
Return Value