RemoteParams


Object Hierarchy:

Object hierarchy for RemoteParams

Description:

public class RemoteParams : CallParam

Params for Remote ref / unref.

Example

var req = new OLLMrpc.Request() {
method = "RPC-Live-Remote.unref",
param = new OLLMrpc.Live.RemoteParams() {
object_id = handle
}
};


Namespace: OLLMrpc.Live
Package: ollmchat

Content:

Properties:

Static methods:

Creation methods:

Inherited Members:

All known members inherited from class OLLMrpc.CallParam
All known members inherited from class GLib.Object