IService1UpdateUser Method |
Namespace: SxcDeskAppLib.SxcWebSvcRef
[OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUser", ReplyAction = "http://tempuri.org/IService1/UpdateUserResponse")] void UpdateUser( string userId, string accountType, string active, string address, string email, string name, string password, string phone, string username, string auditorId, string key )
<OperationContractAttribute(Action := "http://tempuri.org/IService1/UpdateUser", ReplyAction := "http://tempuri.org/IService1/UpdateUserResponse")> Sub UpdateUser ( userId As String, accountType As String, active As String, address As String, email As String, name As String, password As String, phone As String, username As String, auditorId As String, key As String )
[OperationContractAttribute(Action = L"http://tempuri.org/IService1/UpdateUser", ReplyAction = L"http://tempuri.org/IService1/UpdateUserResponse")] void UpdateUser( String^ userId, String^ accountType, String^ active, String^ address, String^ email, String^ name, String^ password, String^ phone, String^ username, String^ auditorId, String^ key )
[<OperationContractAttribute(Action = "http://tempuri.org/IService1/UpdateUser", ReplyAction = "http://tempuri.org/IService1/UpdateUserResponse")>] abstract UpdateUser : userId : string * accountType : string * active : string * address : string * email : string * name : string * password : string * phone : string * username : string * auditorId : string * key : string -> unit