EngineMacPerformAction Method |
IT Hit User File System
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public NSProgress PerformAction(
string actionIdentifier,
string[] itemIdentifiers,
Action<NSError> completionHandler
)
Public Function PerformAction (
actionIdentifier As String,
itemIdentifiers As String(),
completionHandler As Action(Of NSError)
) As NSProgress
public:
virtual NSProgress^ PerformAction(
String^ actionIdentifier,
array<String^>^ itemIdentifiers,
Action<NSError^>^ completionHandler
) sealed
abstract PerformAction :
actionIdentifier : string *
itemIdentifiers : string[] *
completionHandler : Action<NSError> -> NSProgress
override PerformAction :
actionIdentifier : string *
itemIdentifiers : string[] *
completionHandler : Action<NSError> -> NSProgress
Parameters
- actionIdentifier
- Type: SystemString
- itemIdentifiers
- Type: SystemString
- completionHandler
- Type: SystemActionNSError
Return Value
Type:
NSProgressSee Also