Delegate FileNotFoundNotification
Assembly: ABB.Robotics.RobotStudio.Stations.dll
Syntax
public delegate string FileNotFoundNotification(string oldPath)
Parameters
| Type |
Name |
Description |
| string |
oldPath |
Represents the method that will handle the file not found callback from the method. |
Returns
| Type |
Description |
| string |
Represents the method that will handle the file not found callback from the method. |
Constructors
FileNotFoundNotification(object, IntPtr)
Declaration
public FileNotFoundNotification(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| IntPtr |
method |
|
Methods
BeginInvoke(string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(string oldPath, AsyncCallback callback, object @object)
Parameters
| Type |
Name |
Description |
| string |
oldPath |
|
| AsyncCallback |
callback |
|
| object |
object |
|
Returns
| Type |
Description |
| IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| IAsyncResult |
result |
|
Returns
Invoke(string)
Declaration
public virtual string Invoke(string oldPath)
Parameters
| Type |
Name |
Description |
| string |
oldPath |
|
Returns