IService1GetChainListForParentOrg Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/GetChainListForParentOrg", ReplyAction = "http://tempuri.org/IService1/GetChainListForParentOrgResponse")] DataSet GetChainListForParentOrg( string parentOrgId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/GetChainListForParentOrg", ReplyAction := "http://tempuri.org/IService1/GetChainListForParentOrgResponse")> Function GetChainListForParentOrg ( parentOrgId As String, key As String ) As DataSet
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/GetChainListForParentOrg", ReplyAction = L"http://tempuri.org/IService1/GetChainListForParentOrgResponse")] DataSet^ GetChainListForParentOrg( String^ parentOrgId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/GetChainListForParentOrg", ReplyAction = "http://tempuri.org/IService1/GetChainListForParentOrgResponse")>] abstract GetChainListForParentOrg : parentOrgId : string * key : string -> DataSet