InteropSolutionEdit.GetInteropSolution Method¶
Gets the created or updated InteropSolution object.
Namespace: Citrix.SDK.AppDNA.Solutions.Interop
Assembly: Citrix.SDK.AppDNA.Solutions.Interop (in Citrix.SDK.AppDNA.Solutions.Interop.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public InteropSolution GetInteropSolution()
VB¶
Public Function GetInteropSolution As InteropSolution
Return Value¶
Type: InteropSolution
The created or updated InteropSolution object.
Exceptions¶
Exception | Condition |
---|---|
InvalidOperationException | The create or update operation has not yet started or is still running when the request to get the the InteropSolution object is made. |
See Also¶
Reference¶
InteropSolutionEdit Class
Citrix.SDK.AppDNA.Solutions.Interop Namespace