Click or drag to resize
MongoObjectId Constructor
Initializes a new instance of the MongoObjectId class

Namespace: Quickblox.Sdk.Modules.ChatXmppModule
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public MongoObjectId(
	int machine,
	short pid,
	int increment,
	int timestamp
)

Parameters

machine
Type: SystemInt32

[Missing <param name="machine"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.MongoObjectId.#ctor(System.Int32,System.Int16,System.Int32,System.Int32)"]

pid
Type: SystemInt16

[Missing <param name="pid"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.MongoObjectId.#ctor(System.Int32,System.Int16,System.Int32,System.Int32)"]

increment
Type: SystemInt32

[Missing <param name="increment"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.MongoObjectId.#ctor(System.Int32,System.Int16,System.Int32,System.Int32)"]

timestamp
Type: SystemInt32

[Missing <param name="timestamp"/> documentation for "M:Quickblox.Sdk.Modules.ChatXmppModule.MongoObjectId.#ctor(System.Int32,System.Int16,System.Int32,System.Int32)"]

See Also