Share via


SubmissionPublisher.IsClosed Property

Definition

Returns true if this publisher is not accepting submissions.

public virtual bool IsClosed { [Android.Runtime.Register("isClosed", "()Z", "GetIsClosedHandler", ApiSince=33)] get; }
[<get: Android.Runtime.Register("isClosed", "()Z", "GetIsClosedHandler", ApiSince=33)>]
member this.IsClosed : bool

Property Value

true if closed

Attributes

Remarks

Returns true if this publisher is not accepting submissions.

Java documentation for java.util.concurrent.SubmissionPublisher.isClosed().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to