Пример #1
0
 public System.Collections.Generic.List <Sigesoft.Server.WebClientAdmin.BE.softwarecomponentreleaseDto> SoftwareComponentCheck(ref Sigesoft.Common.OperationResult pobjOperationResult, ref System.Collections.Generic.List <Sigesoft.Common.SoftwareComponentCheckDto> pobjSoftwareComponentsToCheck)
 {
     return(base.Channel.SoftwareComponentCheck(ref pobjOperationResult, ref pobjSoftwareComponentsToCheck));
 }
Пример #2
0
 public byte[] DownloadDeploymentFile(ref Sigesoft.Common.OperationResult pobjOperationResult, int pintDeploymentFileId)
 {
     return(base.Channel.DownloadDeploymentFile(ref pobjOperationResult, pintDeploymentFileId));
 }
Пример #3
0
 public bool IsNodeAbleToSync(ref Sigesoft.Common.OperationResult pobjOperationResult, int pintNodeId)
 {
     return(base.Channel.IsNodeAbleToSync(ref pobjOperationResult, pintNodeId));
 }