Show / Hide Table of Contents

Delegate FileNotFoundNotification

Represents the method that will handle the file not found callback from the Load(string, bool, ProgressNotification, FileNotFoundNotification) method.

Namespace: ABB.Robotics.RobotStudio.Stations
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
Type Description
string

Invoke(string)

Declaration
public virtual string Invoke(string oldPath)
Parameters
Type Name Description
string oldPath
Returns
Type Description
string
In this article
Back to top Copyright © 2025 ABB