IService1RemoveAuditorStateMap Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/RemoveAuditorStateMap", ReplyAction = "http://tempuri.org/IService1/RemoveAuditorStateMapResponse")] bool RemoveAuditorStateMap( string auditorId, string stateId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/RemoveAuditorStateMap", ReplyAction := "http://tempuri.org/IService1/RemoveAuditorStateMapResponse")> Function RemoveAuditorStateMap ( auditorId As String, stateId As String, key As String ) As Boolean
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/RemoveAuditorStateMap", ReplyAction = L"http://tempuri.org/IService1/RemoveAuditorStateMapResponse")] bool RemoveAuditorStateMap( String^ auditorId, String^ stateId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/RemoveAuditorStateMap", ReplyAction = "http://tempuri.org/IService1/RemoveAuditorStateMapResponse")>] abstract RemoveAuditorStateMap : auditorId : string * stateId : string * key : string -> bool