UtilitiesCreateUpdate Method
Namespace: Centralpoint.Web.UberAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
[SoapDocumentMethodAttribute("http://www.oxcyon.com/CreateUpdate", RequestNamespace = "http://www.oxcyon.com/",
ResponseNamespace = "http://www.oxcyon.com/", Use = SoapBindingUse.Literal,
ParameterStyle = SoapParameterStyle.Wrapped)]
public bool CreateUpdate(
Guid updateId,
int softwareVersion,
int majorVersion,
int minorVersion,
string description,
string notes,
bool hold,
DateTime startUtc,
string archiveHash
)
<SoapDocumentMethodAttribute("http://www.oxcyon.com/CreateUpdate", RequestNamespace := "http://www.oxcyon.com/",
ResponseNamespace := "http://www.oxcyon.com/", Use := SoapBindingUse.Literal,
ParameterStyle := SoapParameterStyle.Wrapped)>
Public Function CreateUpdate (
updateId As Guid,
softwareVersion As Integer,
majorVersion As Integer,
minorVersion As Integer,
description As String,
notes As String,
hold As Boolean,
startUtc As DateTime,
archiveHash As String
) As Boolean
- updateId Guid
-
- softwareVersion Int32
-
- majorVersion Int32
-
- minorVersion Int32
-
- description String
-
- notes String
-
- hold Boolean
-
- startUtc DateTime
-
- archiveHash String
-
Boolean