AuthOptions Constructor (AuthUser, AuthApplication) |
Creates an
AuthOptions object for User and
Application Mode.
The behavior is undefined when either user or
application is null.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.9.1
Syntax public AuthOptions(
AuthUser user,
AuthApplication application
)
Public Sub New (
user As AuthUser,
application As AuthApplication
)
public:
AuthOptions(
AuthUser^ user,
AuthApplication^ application
)
new :
user : AuthUser *
application : AuthApplication -> AuthOptions
Parameters
- user
- Type: Bloomberglp.BlpapiAuthUser
- application
- Type: Bloomberglp.BlpapiAuthApplication
See Also