Edit

Share via


ApplicationPinServices Class

Definition

Represents pin services available to an application.

public ref class ApplicationPinServices : Microsoft::Rtc::Collaboration::PinManagement::PinServices
public class ApplicationPinServices : Microsoft.Rtc.Collaboration.PinManagement.PinServices
type ApplicationPinServices = class
    inherit PinServices
Public Class ApplicationPinServices
Inherits PinServices
Inheritance
ApplicationPinServices

Properties

Endpoint

Gets the endpoint to which this pin services belongs to.

(Inherited from PinServices)

Methods

BeginVerifyPin(String, String, VerifyPinOptions, AsyncCallback, Object)

Begins an asynchronous operation to verify given pin for the uri.

EndVerifyPin(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