| ExternalWindowAckResult Constructor  | 
 Note: This API is now obsolete.
                 Constructs an instance.
            
 
    Namespace: 
   Openfin.Desktop
    Assembly:
   OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
 Syntax
Syntax[ObsoleteAttribute]
public ExternalWindowAckResult(
	DesktopConnection connection,
	long correlationId,
	string destinationToken
)
Parameters
- connection
- Type: Openfin.DesktopDesktopConnection
 The websocket connection that owns this ACK
- correlationId
- Type: SystemInt64
 The message ID to map this result back to any pending callbacks in other apps.
- destinationToken
- Type: SystemString
 Token which resolves to the app with the pending callback.
 See Also
See Also