IService1DeleteUser Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/DeleteUser", ReplyAction = "http://tempuri.org/IService1/DeleteUserResponse")] void DeleteUser( string userId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/DeleteUser", ReplyAction := "http://tempuri.org/IService1/DeleteUserResponse")> Sub DeleteUser ( userId As String, key As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/DeleteUser", ReplyAction = L"http://tempuri.org/IService1/DeleteUserResponse")] void DeleteUser( String^ userId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/DeleteUser", ReplyAction = "http://tempuri.org/IService1/DeleteUserResponse")>] abstract DeleteUser : userId : string * key : string -> unit