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
Methods
BeginInvoke(string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(string oldPath, AsyncCallback callback, object @object)
Parameters
Returns
EndInvoke(IAsyncResult)
Declaration
public virtual string EndInvoke(IAsyncResult result)
Parameters
Returns
Invoke(string)
Declaration
public virtual string Invoke(string oldPath)
Parameters
Type |
Name |
Description |
string |
oldPath |
|
Returns