Class ViewController.ToBsonDelegate
Inheritance
System.Object
ViewController.ToBsonDelegate
Assembly: Eco.Shared.dll
Syntax
public sealed class ToBsonDelegate : MulticastDelegate
Constructors
ToBsonDelegate(Object, IntPtr)
Declaration
public ToBsonDelegate(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, in BsonSerializationContext, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object obj, in BsonSerializationContext context, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
obj |
|
| BsonSerializationContext |
context |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(in BsonSerializationContext, IAsyncResult)
Declaration
public virtual BSONValue EndInvoke(in BsonSerializationContext context, IAsyncResult result)
Parameters
Returns
Invoke(Object, in BsonSerializationContext)
Declaration
public virtual BSONValue Invoke(object obj, in BsonSerializationContext context)
Parameters
Returns
Extension Methods