Method DecrementReferenceCount
DecrementReferenceCount()
Reduces the reference count for this operation by 1. If the reference count is reduced to 0, the operation is destroyed.
선언
protected void DecrementReferenceCount()
예외
타입 | 조건 |
---|---|
Exception | Thrown if the operation has already been destroyed after reaching 0 reference count. |