CrmInitCompleteEventArgs Constructor (Boolean, CrmServiceClient)
Initializes an instance of the CrmInitCompleteEventArgs class.
Namespace: Microsoft.Crm.UnifiedServiceDesk.BaseControl
Assembly: Microsoft.Crm.UnifiedServiceDesk.BaseControl (in Microsoft.Crm.UnifiedServiceDesk.BaseControl.dll)
Usage
'Usage
Dim isCrmReady As Boolean
Dim crmAdapt As CrmServiceClient
Dim instance As New CrmInitCompleteEventArgs(isCrmReady, crmAdapt)
Syntax
'Declaration
Public Sub New ( _
isCrmReady As Boolean, _
crmAdapt As CrmServiceClient _
)
public CrmInitCompleteEventArgs (
bool isCrmReady,
CrmServiceClient crmAdapt
)
public:
CrmInitCompleteEventArgs (
bool isCrmReady,
CrmServiceClient^ crmAdapt
)
public CrmInitCompleteEventArgs (
boolean isCrmReady,
CrmServiceClient crmAdapt
)
public function CrmInitCompleteEventArgs (
isCrmReady : boolean,
crmAdapt : CrmServiceClient
)
Parameters
- isCrmReady
Boolean value that specifies if the CRM interface is ready.
- crmAdapt
Represents the API interface for CRM.
Platforms
See Also
Reference
CrmInitCompleteEventArgs Class
CrmInitCompleteEventArgs Members
Microsoft.Crm.UnifiedServiceDesk.BaseControl Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.