public class PageSettingsAsync extends PageSettings
The settings for the ImapClient.BeginListMessagesByPage async method.
Constructor and Description |
---|
PageSettingsAsync()
Initializes a new instance of the PageSettingsAsync class.
|
Modifier and Type | Method and Description |
---|---|
com.aspose.ms.System.AsyncCallback |
getCallback()
References a method to be called when a corresponding asynchronous operation completes.
|
Object |
getState()
The state.
|
void |
setCallback(com.aspose.ms.System.AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
|
void |
setState(Object value)
The state.
|
getAscendingSorting, getConnection, getFolderName, getIgnoreExceptions, setAscendingSorting, setConnection, setFolderName, setIgnoreExceptions
public PageSettingsAsync()
Initializes a new instance of the PageSettingsAsync class.
public final com.aspose.ms.System.AsyncCallback getCallback()
References a method to be called when a corresponding asynchronous operation completes.
public final void setCallback(com.aspose.ms.System.AsyncCallback value)
References a method to be called when a corresponding asynchronous operation completes.
public final Object getState()
The state.
public final void setState(Object value)
The state.