프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IMUsersCache | string>.Dictionary | ||
m_addedHttpHandler | bool | ||
m_agentInfoService | IAgentInfoService | ||
m_scenes | List |
메소드 | 설명 | |
---|---|---|
AddRegion ( IScene scene ) : void | ||
Close ( ) : void | ||
HandleUndeliveredMessage ( |
||
Initialize ( IConfigSource config ) : void | ||
RegionLoaded ( IScene scene ) : void | ||
RemoveRegion ( IScene scene ) : void | ||
SendInstantMessage ( |
||
SendInstantMessages ( |
메소드 | 설명 | |
---|---|---|
GridInstantMessageCompleted ( IAsyncResult iar ) : void | ||
SendGridInstantMessageViaXMLRPC ( |
||
SendGridInstantMessageViaXMLRPCAsync ( |
Recursive SendGridInstantMessage over XMLRPC method. This is called from within a dedicated thread. The first time this is called, prevRegionHandle will be 0 Subsequent times this is called from itself, prevRegionHandle will be the last region handle that we tried to send. If the handles are the same, we look up the user's location using the grid. If the handles are still the same, we end. The send failed.
|
|
SendMultipleGridInstantMessageViaXMLRPC ( |
||
doIMSending ( string httpInfo, |
This actually does the XMLRPC Request
|
|
processGridInstantMessage ( string path, Stream request, |
protected GridInstantMessageCompleted ( IAsyncResult iar ) : void | ||
iar | IAsyncResult | |
리턴 | void |
public HandleUndeliveredMessage ( |
||
im | ||
reason | string | |
리턴 | void |
protected SendGridInstantMessageViaXMLRPC ( |
||
im | ||
리턴 | void |
protected SendGridInstantMessageViaXMLRPCAsync ( |
||
im | ||
prevRegion | /// Pass in 0 the first time this method is called. It will be called recursively with the last /// regionhandle tried /// | |
리턴 | void |
public SendInstantMessage ( |
||
im | ||
리턴 | void |
public SendInstantMessages ( |
||
im | ||
AgentsToSendTo | List |
|
리턴 | void |
protected SendMultipleGridInstantMessageViaXMLRPC ( |
||
im | ||
users | List |
|
리턴 | void |
protected doIMSending ( string httpInfo, |
||
httpInfo | string | RegionInfo we pull the data out of to send the request to |
message | ||
리턴 | bool |
protected processGridInstantMessage ( string path, Stream request, |
||
path | string | |
request | Stream | |
httpRequest | ||
httpResponse | ||
리턴 | byte[] |