Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "returns a order. for a userGUID/ordNbr", MessageName := "getUserOrder"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function getUserOrder( _ ByVal userID As String, _ ByVal ordNbr As String _ ) As DataSet |
| C# |
|---|
| [WebMethodAttribute(Description = "returns a order. for a userGUID/ordNbr", MessageName = "getUserOrder")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public DataSet getUserOrder( string userID, string ordNbr ) |
| C++ |
|---|
| [WebMethodAttribute(Description = L"returns a order. for a userGUID/ordNbr", MessageName = L"getUserOrder")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: DataSet getUserOrder( String userID, String ordNbr ) sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "returns a order. for a userGUID/ordNbr", MessageName = "getUserOrder") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public DataSet getUserOrder( string userID, string ordNbr ) |
| JScript |
|---|
| public WebMethodAttribute(Description = "returns a order. for a userGUID/ordNbr", MessageName = "getUserOrder") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function getUserOrder( userID : String, ordNbr : String ) : DataSet |