UserPinServices Class

Definition

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
UserPinServices

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

Applies to