Edit

Share via


IResettable.TryReset Method

Definition

Reset the object to a neutral state, semantically similar to when the object was first constructed.

public:
 bool TryReset();
public bool TryReset ();
abstract member TryReset : unit -> bool
Public Function TryReset () As Boolean

Returns

true if the object was able to reset itself, otherwise false.

Remarks

In general, this method is not expected to be thread-safe.

Applies to