ISubscriptionToken.IsActive 屬性

定義

傳回值,指出訂閱目前是否作用中。

public:
 property bool IsActive { bool get(); };
public bool IsActive { get; }
member this.IsActive : bool
Public ReadOnly Property IsActive As Boolean

屬性值

如果訂閱目前作用中,則為 true,否則為 false

適用於