PersistenceProvider.Delete(Object, TimeSpan) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
When implemented in a derived class, permanently deletes service state information from the persistence store.
public:
abstract void Delete(System::Object ^ instance, TimeSpan timeout);
public abstract void Delete (object instance, TimeSpan timeout);
abstract member Delete : obj * TimeSpan -> unit
Public MustOverride Sub Delete (instance As Object, timeout As TimeSpan)
Parameters
- instance
- Object
The actual instance state.
- timeout
- TimeSpan
The time period after which the persistence provider aborts this attempt.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.