IsCompleted Property

Summary

Determines whether this is the last packet for this data chunk

Syntax
C#
VB
C++
public bool IsCompleted { get; } 
  
Public ReadOnly Property IsCompleted As Boolean 
public: 
property bool IsCompleted { 
   bool get(); 
} 

Property Value

true if this is the last packet for this data chunk; otherwise, false

Example

For an example, refer to Leadtools.Jpip.Client.JpipClient.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.