OpenMetaverse Protocol Library Developers API Documentation
RequestBanAction Method (groupID, action, agents, callback)
NamespacesOpenMetaverseGroupManagerRequestBanAction(UUID, GroupBanAction, array< UUID > [] () [] [] , EventHandler < (Of < <' ( EventArgs > ) > > ) )
Request that group of agents be banned or unbanned from the group
Declaration Syntax
C#
public
void
RequestBanAction(

UUID
groupID,

GroupBanAction
action,

UUID[]
agents,

EventHandler<
EventArgs>
callback
)
Parameters
groupID ( UUID)
Group ID
action ( GroupBanAction)
Ban/Unban action
agents ( array< UUID > [] () [] [] )
Array of agents UUIDs to ban
callback ( EventHandler < (Of < ( <' EventArgs > ) > ) > )
Callback

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)