Class BsonManipulator.ToBsonDictionaryDelegate
Inheritance
System.Object
BsonManipulator.ToBsonDictionaryDelegate
Assembly: Eco.Shared.dll
Syntax
public sealed class ToBsonDictionaryDelegate : MulticastDelegate
Constructors
ToBsonDictionaryDelegate(Object, IntPtr)
Declaration
public ToBsonDictionaryDelegate(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(IDictionary, in BsonSerializationContext, Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(IDictionary dictionary, in BsonSerializationContext context, bool useReflection, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Collections.IDictionary |
dictionary |
|
BsonSerializationContext |
context |
|
System.Boolean |
useReflection |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(in BsonSerializationContext, IAsyncResult)
Declaration
public virtual BSONObject EndInvoke(in BsonSerializationContext context, IAsyncResult result)
Parameters
Returns
Invoke(IDictionary, in BsonSerializationContext, Boolean)
Declaration
public virtual BSONObject Invoke(IDictionary dictionary, in BsonSerializationContext context, bool useReflection)
Parameters
Type |
Name |
Description |
System.Collections.IDictionary |
dictionary |
|
BsonSerializationContext |
context |
|
System.Boolean |
useReflection |
|
Returns
Extension Methods