IGHARemoteObjectAddToGroup Method |
Adds this instance to the specified group. Creates the group if it does not exist
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<bool> AddToGroup(
string groupName
)
Function AddToGroup (
groupName As String
) As Task(Of Boolean)
Task<bool>^ AddToGroup(
String^ groupName
)
abstract AddToGroup :
groupName : string -> Task<bool>
Parameters
- groupName
- Type: SystemString
Name of group
Return Value
Type:
TaskBooleanFalse if unable to add to the group
See Also