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