FsrmAccessDeniedRemediationClientClass Class

 

Used to show the Access Denied Remediation (ADR) client user interface.

Namespace:   Microsoft.Storage
Assembly:  srmlib (in srmlib.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Storage.FsrmAccessDeniedRemediationClientClass

Syntax

[ClassInterfaceAttribute(0)]
[GuidAttribute("100B4FC8-74C1-470F-B1B7-DD7B6BAE79BD")]
public class FsrmAccessDeniedRemediationClientClass : IFsrmAccessDeniedRemediationClient, 
    FsrmAccessDeniedRemediationClient
[ClassInterfaceAttribute(0)]
[GuidAttribute("100B4FC8-74C1-470F-B1B7-DD7B6BAE79BD")]
public ref class FsrmAccessDeniedRemediationClientClass : IFsrmAccessDeniedRemediationClient, 
    FsrmAccessDeniedRemediationClient
[<ClassInterfaceAttribute(0)>]
[<GuidAttribute("100B4FC8-74C1-470F-B1B7-DD7B6BAE79BD")>]
type FsrmAccessDeniedRemediationClientClass = 
    class
        interface IFsrmAccessDeniedRemediationClient
        interface FsrmAccessDeniedRemediationClient
    end
<ClassInterfaceAttribute(0)>
<GuidAttribute("100B4FC8-74C1-470F-B1B7-DD7B6BAE79BD")>
Public Class FsrmAccessDeniedRemediationClientClass
    Implements IFsrmAccessDeniedRemediationClient, FsrmAccessDeniedRemediationClient

Constructors

Name Description
System_CAPS_pubmethod FsrmAccessDeniedRemediationClientClass()

Creates a new instance of the FsrmAccessDeniedRemediationClientClass object.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod Show(UInt64, String, _AdrClientErrorType, Int32, String, String)

Displays the Access Denied Remediation (ADR) client dialog.

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Remarks

This interface was introduced for applications that are already using the FSRM interfaces. Where possible it is recommended to use the MSFT_FSRMAdr and MSFT_FSRMADRSettings WMI classes instead.

Thread Safety

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Storage Namespace

Return to top