SpacePinBinder.Publish Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Publish(SpacePinASA) |
Publish the spacePin. |
Publish() |
Publish all active space pins to the cloud. |
Publish(SpacePinASA)
Publish the spacePin.
public System.Threading.Tasks.Task<bool> Publish (Microsoft.MixedReality.WorldLocking.ASA.SpacePinASA spacePin);
member this.Publish : Microsoft.MixedReality.WorldLocking.ASA.SpacePinASA -> System.Threading.Tasks.Task<bool>
Public Function Publish (spacePin As SpacePinASA) As Task(Of Boolean)
Parameters
- spacePin
- SpacePinASA
SpacePinASA to publish
Returns
True on success.
Remarks
It may be this should be a private member.
Applies to
Publish()
Publish all active space pins to the cloud.
public System.Threading.Tasks.Task<bool> Publish ();
abstract member Publish : unit -> System.Threading.Tasks.Task<bool>
override this.Publish : unit -> System.Threading.Tasks.Task<bool>
Public Function Publish () As Task(Of Boolean)
Returns
True on success.