ApplicationPinServices 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 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
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 |