IBinder.IsReady Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
If the binder is ready to execute tasks.
public bool IsReady { get; }
member this.IsReady : bool
Public ReadOnly Property IsReady As Boolean
Property Value
Remarks
Reasons not be be ready include initialization not complete, or already busy on another task.