Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <WebMethodAttribute(Description := "Get Search Customer Addresses. ", MessageName := "getSearchCustomerAddresses"), _ SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In)> Public Function getSearchCustomerAddresses( _ ByVal userGUID As String, _ ByVal actionType As String, _ ByVal currentPageNumber As String, _ ByVal pageSize As String, _ ByVal addressSearchParams As String _ ) As DataSet |
| C# |
|---|
| [WebMethodAttribute(Description = "Get Search Customer Addresses. ", MessageName = "getSearchCustomerAddresses")] [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] public DataSet getSearchCustomerAddresses( string userGUID, string actionType, string currentPageNumber, string pageSize, string addressSearchParams ) |
| C++ |
|---|
| [WebMethodAttribute(Description = L"Get Search Customer Addresses. ", MessageName = L"getSearchCustomerAddresses")] [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] public: DataSet getSearchCustomerAddresses( String userGUID, String actionType, String currentPageNumber, String pageSize, String addressSearchParams ) sealed |
| J# |
|---|
| /** @attribute WebMethodAttribute(Description = "Get Search Customer Addresses. ", MessageName = "getSearchCustomerAddresses") */ /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ public DataSet getSearchCustomerAddresses( string userGUID, string actionType, string currentPageNumber, string pageSize, string addressSearchParams ) |
| JScript |
|---|
| public WebMethodAttribute(Description = "Get Search Customer Addresses. ", MessageName = "getSearchCustomerAddresses") SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) function getSearchCustomerAddresses( userGUID : String, actionType : String, currentPageNumber : String, pageSize : String, addressSearchParams : String ) : DataSet |