AuthOptions Constructor (AuthApplication) |
Creates an
AuthOptions object for Application Mode.
The behavior is undefined when application is
null.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntax public AuthOptions(
AuthApplication application
)
Public Sub New (
application As AuthApplication
)
public:
AuthOptions(
AuthApplication^ application
)
new :
application : AuthApplication -> AuthOptions
Parameters
- application
- Type: Bloomberglp.BlpapiAuthApplication
See Also