コード例 #1
0
 public bool Process_SetCADFileServicePublicEndpoint(Action <string> _ErrorMessageAction, string _CADFileServiceEndpoint)
 {
     return(InternalSetState.SetValueToMemoryService(
                InternalSetState.CAD_FILE_SERVICE_ENDPOINT_PROPERTY,
                _CADFileServiceEndpoint,
                MemoryService,
                _ErrorMessageAction));
 }
コード例 #2
0
 public bool Process_SetApiPassthroughPublicEndpoint(Action <string> _ErrorMessageAction, string _ApiPassthroughPublicEndpoint)
 {
     return(InternalSetState.SetValueToMemoryService(
                InternalSetState.API_PASSTHROUGH_PUBLIC_ENDPOINT_PROPERTY,
                _ApiPassthroughPublicEndpoint,
                MemoryService,
                _ErrorMessageAction));
 }