Share via


ObjectAnchorsSession Constructors

Definition

Overloads

ObjectAnchorsSession(AccountInformation)

Initializes a new instance of the ObjectAnchorsSession class.

ObjectAnchorsSession(IntPtr, Boolean)

ObjectAnchorsSession(AccountInformation)

Initializes a new instance of the ObjectAnchorsSession class.

public ObjectAnchorsSession (Microsoft.Azure.ObjectAnchors.AccountInformation accountInformation);
new Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession : Microsoft.Azure.ObjectAnchors.AccountInformation -> Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession
Public Sub New (accountInformation As AccountInformation)

Parameters

accountInformation
AccountInformation

The Azure Object Anchors account information.

Applies to

ObjectAnchorsSession(IntPtr, Boolean)

protected ObjectAnchorsSession (IntPtr ahandle, bool transfer);
new Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession : nativeint * bool -> Microsoft.Azure.ObjectAnchors.ObjectAnchorsSession
Protected Sub New (ahandle As IntPtr, transfer As Boolean)

Parameters

ahandle
IntPtr

nativeint

transfer
Boolean

Applies to