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
ทํางานร่วมกับเราใน GitHub
แหล่งที่มาสำหรับเนื้อหานี้สามารถพบได้บน GitHub ซึ่งคุณยังสามารถสร้างและตรวจสอบปัญหาและคำขอดึงข้อมูลได้ สำหรับข้อมูลเพิ่มเติม ให้ดูคู่มือผู้สนับสนุนของเรา