Skip to content

Import.GetProcessingState Method

Returns the ProcessingState object that represents the state of the import defined by details.

Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)

Syntax

C

public ProcessingState GetProcessingState(
    IImportDetails details
)

VB

Public Function GetProcessingState ( 
    details As IImportDetails
) As ProcessingState

Parameters

 

details
Type: Citrix.SDK.AppDNA.IImportDetails
This must be one of the objects that was passed to the initiating Application.Import function and is used as a key to find the respective ProcessingState for that import.

Return Value

Type: ProcessingState
The specified ProcessingState object.

See Also

Reference

Import Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?