IPublisher.ReleaseLocalPeg(ILocalPeg) 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.
Free up the resources from an ILocalPeg.
public void ReleaseLocalPeg (Microsoft.MixedReality.WorldLocking.ASA.ILocalPeg peg);
abstract member ReleaseLocalPeg : Microsoft.MixedReality.WorldLocking.ASA.ILocalPeg -> unit
Public Sub ReleaseLocalPeg (peg As ILocalPeg)
Parameters
- peg
- ILocalPeg
The peg to clean up.
Remarks
Param "peg" will be invalid after this call.