Method | Description | |
---|---|---|
CreateNotecardAsset ( string body ) : byte[] |
|
|
CreateNotecardCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System | ||
Execute ( string args, UUID fromAgentID ) : string | ||
OnNoteUpdate ( bool success, string status, UUID itemID, UUID assetID ) : void |
public static CreateNotecardAsset ( string body ) : byte[] | ||
body | string | |
return | byte[] |
public CreateNotecardCommand ( OpenMetaverse.TestClient.TestClient testClient ) : System | ||
testClient | OpenMetaverse.TestClient.TestClient | |
return | System |
public Execute ( string args, UUID fromAgentID ) : string | ||
args | string | |
fromAgentID | UUID | |
return | string |
public OnNoteUpdate ( bool success, string status, UUID itemID, UUID assetID ) : void | ||
success | bool | |
status | string | |
itemID | UUID | |
assetID | UUID | |
return | void |