TransactionIsComplete Property |
Gets a value indicating whether this object is complete.
Namespace: StreamCoders.RtspAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public virtual bool IsComplete { get; }
Public Overridable ReadOnly Property IsComplete As Boolean
Get
public:
virtual property bool IsComplete {
bool get ();
}
abstract IsComplete : bool with get
override IsComplete : bool with get
Property Value
Type:
Boolean
true if this object is complete, false if not.
See Also