PersistenceProvider(Guid) Constructor

Definition

When implemented in a derived class, initializes a new instance of the PersistenceProvider class.

protected:
 PersistenceProvider(Guid id);
protected PersistenceProvider (Guid id);
new System.ServiceModel.Persistence.PersistenceProvider : Guid -> System.ServiceModel.Persistence.PersistenceProvider
Protected Sub New (id As Guid)

Parameters

id
Guid

The unique identifier of the service state data being saved.

Applies to