SafetyNetStruct Class

Represents a class that is used to move SafetyNet throttling information from Application Server to Proxy Server.

Inheritance Hierarchy

System.Object
  Microsoft.SharePoint.BusinessData.SharedService.SafetyNetStruct

Namespace:  Microsoft.SharePoint.BusinessData.SharedService
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<DataContractAttribute(Name := "SafetyNetStruct", Namespace := "Microsoft.SharePoint.BusinessData")> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class SafetyNetStruct
'Usage
Dim instance As SafetyNetStruct
[DataContractAttribute(Name = "SafetyNetStruct", Namespace = "Microsoft.SharePoint.BusinessData")]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class SafetyNetStruct

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

Reference

SafetyNetStruct Members

Microsoft.SharePoint.BusinessData.SharedService Namespace