MethodInfo object identifying the synchronous method being called (asynchronously).
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public MethodInfo Method { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Method As MethodInfo Get |
| Visual C++ |
|---|
public: property MethodInfo^ Method { MethodInfo^ get (); } |