OpenSim
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Member Functions | Properties | List of all members
OpenSim.Framework.Client.IClientCore Interface Reference
Inheritance diagram for OpenSim.Framework.Client.IClientCore:
Inheritance graph
[legend]

Public Member Functions

bool TryGet< T > (out T iface)
 
Get< T > ()
 
void Disconnect (string reason)
 
void Disconnect ()
 

Properties

UUID AgentId [get]
 

Detailed Description

Definition at line 32 of file IClientCore.cs.

Member Function Documentation

void OpenSim.Framework.Client.IClientCore.Disconnect ( string  reason)
void OpenSim.Framework.Client.IClientCore.Disconnect ( )
T OpenSim.Framework.Client.IClientCore.Get< T > ( )
bool OpenSim.Framework.Client.IClientCore.TryGet< T > ( out T  iface)

Property Documentation

UUID OpenSim.Framework.Client.IClientCore.AgentId
get

Definition at line 38 of file IClientCore.cs.


The documentation for this interface was generated from the following file: