This class is base class for simple(request -> response) IMAP commands.
| C# | Visual Basic | Visual C++ | F# |
public abstract class CmdAsyncOP<T> : IDisposable, IAsyncOP where T : IAsyncOP
Public MustInherit Class CmdAsyncOP(Of T As IAsyncOP) Implements IDisposable, IAsyncOP
generic<typename T> where T : IAsyncOP public ref class CmdAsyncOP abstract : IDisposable, IAsyncOP
[<AbstractClassAttribute>] type CmdAsyncOP<'T when 'T : IAsyncOP> = class interface IDisposable interface IAsyncOP end
- T
[Missing <typeparam name="T"/> documentation for "T:LumiSoft.Net.IMAP.Client.IMAP_Client.CmdAsyncOP`1"]
| All Members | Constructors | Methods | Properties | Events | |
| Icon | Member | Description |
|---|---|---|
| IMAP_Client..::..CmdAsyncOP<(Of <(<'T>)>)>(EventHandler<(Of <<'(EventArgs<(Of <<'(IMAP_r_u>)>>)>)>>)) |
Default constructor.
| |
| CompletedAsync |
Is called when asynchronous operation has completed.
| |
| Dispose()()()() |
Cleans up any resource being used.
| |
| Equals(Object) | (Inherited from Object.) | |
| Error |
Gets error happened during operation. Returns null if no error.
| |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FinalResponse |
Returns IMAP server final response.
| |
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnInitCmdLine(IMAP_Client) |
Is called when we need to init command line info.
| |
| State |
Gets asynchronous operation state.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119