ClientEntity.Close Method

Definition

Sends a cleanup message to Service Bus to signal the completion of the usage of an entity.

public void Close ();
abstract member Close : unit -> unit
override this.Close : unit -> unit
Public Sub Close ()

Remarks

In the event of any exceptions, the method will perform an abort on the entity before throwing the exception.

Applies to