Namespace: ctAC
Assembly: ctAC (in ctAC.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <SoapHeaderAttribute("myCTACHeader", Direction := SoapHeaderDirection.In), _ WebMethodAttribute(Description := "Adds new entries in custcontact for all rows in the dataset", MessageName := "saveCustomerContactsFromDataSetFromQueue")> Public Function saveCustomerContactsFromDataSetFromQueue( _ ByVal inSet As DataSet _ ) As DataSet |
| C# |
|---|
| [SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In)] [WebMethodAttribute(Description = "Adds new entries in custcontact for all rows in the dataset", MessageName = "saveCustomerContactsFromDataSetFromQueue")] public DataSet saveCustomerContactsFromDataSetFromQueue( DataSet inSet ) |
| C++ |
|---|
| [SoapHeaderAttribute(L"myCTACHeader", Direction = SoapHeaderDirection::In)] [WebMethodAttribute(Description = L"Adds new entries in custcontact for all rows in the dataset", MessageName = L"saveCustomerContactsFromDataSetFromQueue")] public: DataSet saveCustomerContactsFromDataSetFromQueue( DataSet inSet ) sealed |
| J# |
|---|
| /** @attribute SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) */ /** @attribute WebMethodAttribute(Description = "Adds new entries in custcontact for all rows in the dataset", MessageName = "saveCustomerContactsFromDataSetFromQueue") */ public DataSet saveCustomerContactsFromDataSetFromQueue( DataSet inSet ) |
| JScript |
|---|
| public SoapHeaderAttribute("myCTACHeader", Direction = SoapHeaderDirection.In) WebMethodAttribute(Description = "Adds new entries in custcontact for all rows in the dataset", MessageName = "saveCustomerContactsFromDataSetFromQueue") function saveCustomerContactsFromDataSetFromQueue( inSet : DataSet ) : DataSet |