Microsoft Information Protection (MIP) SDK for C++: Reference 1.16
Doxygen-generated documentation for MIP SDK written in C++
|
This is the complete list of members for CloudDiscoveryDelegate, including all inherited members.
GetServicesInfo(const std::string &domainInfo, const std::shared_ptr< void > &context)=0 | CloudDiscoveryDelegate | pure virtual |
GetServicesInfo(const mip::Cloud cloud, const mip::DataBoundary dataBoundary, const std::shared_ptr< void > &context)=0 | CloudDiscoveryDelegate | pure virtual |
GetServicesInfoAsync(const std::string &domainInfo, const std::shared_ptr< void > &context, const std::function< void(const std::shared_ptr< CloudDiscoveryResult > &)> &callbackFn)=0 | CloudDiscoveryDelegate | pure virtual |
GetServicesInfoAsync(const mip::Cloud cloud, const mip::DataBoundary dataBoundary, const std::shared_ptr< void > &context, const std::function< void(const std::shared_ptr< CloudDiscoveryResult > &)> &callbackFn)=0 | CloudDiscoveryDelegate | pure virtual |
IsOffline() const =0 | CloudDiscoveryDelegate | pure virtual |
IsSovereignCloud(const std::string &domainInfo, const std::shared_ptr< void > &context)=0 | CloudDiscoveryDelegate | pure virtual |
IsSovereignCloudAsync(const std::string &domainInfo, const std::shared_ptr< void > &context, const std::function< void(const std::shared_ptr< CloudDiscoveryResult > &)> &callbackFn)=0 | CloudDiscoveryDelegate | pure virtual |