UserPinServices Class
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.
Represents pin services available to a user.
public ref class UserPinServices : Microsoft::Rtc::Collaboration::PinManagement::PinServices
public class UserPinServices : Microsoft.Rtc.Collaboration.PinManagement.PinServices
type UserPinServices = class
inherit PinServices
Public Class UserPinServices
Inherits PinServices
- Inheritance
Properties
Endpoint |
Gets the endpoint to which this pin services belongs to. (Inherited from PinServices) |
Methods
BeginUpdatePin(String, UpdatePinOptions, AsyncCallback, Object) |
Begins an asynchronous operation to set a new pin. |
EndUpdatePin(IAsyncResult) |
This method is used to determine whether the corresponding operation completed successfully. This method will wait if the operation has not yet completed |