ResourceStorageContext Constructor (Uri)
Creates a resource store context using the resource store URI. This also implies creating a resource store.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage
Assembly: Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage (in Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage.dll)
Syntax
'Declaration
Public Sub New ( _
resourceStoreUri As Uri _
)
'Usage
Dim resourceStoreUri As Uri
Dim instance As New ResourceStorageContext(resourceStoreUri)
public ResourceStorageContext(
Uri resourceStoreUri
)
Parameters
resourceStoreUri
Type: System.UriThe URI of the resource store.
See Also
Reference
ResourceStorageContext Members
ResourceStorageContext Overload
Microsoft.SharePoint.Search.Extended.Administration.ResourceStorage Namespace