UpdatePinOptions Class
Represents optional parameters when updating to a new pin.
Inheritance Hierarchy
System.Object
Microsoft.Rtc.Collaboration.PinManagement.PinCommandOptions
Microsoft.Rtc.Collaboration.PinManagement.UpdatePinOptions
Namespace: Microsoft.Rtc.Collaboration.PinManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class UpdatePinOptions _
Inherits PinCommandOptions
'Usage
Dim instance As UpdatePinOptions
public class UpdatePinOptions : PinCommandOptions
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Rtc.Collaboration.PinManagement Namespace
BeginUpdatePin(String, UpdatePinOptions, AsyncCallback, Object)