IGHARemoteObjectRemoveFromGroup Method |
Removes this instance from the specified group. Deletes the group if empty
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<bool> RemoveFromGroup(
string groupName
)
Function RemoveFromGroup (
groupName As String
) As Task(Of Boolean)
Task<bool>^ RemoveFromGroup(
String^ groupName
)
abstract RemoveFromGroup :
groupName : string -> Task<bool>
Parameters
- groupName
- Type: SystemString
Name of group
Return Value
Type:
TaskBooleanFalse if unable to remove from the group
See Also