IRuntimeCallback.RegistrationComplete Method
Represents a callback method to handle the registration completed notification.
Namespace: Microsoft.Office.BusinessApplications.Runtime
Assembly: Microsoft.Office.BusinessApplications.Runtime (in Microsoft.Office.BusinessApplications.Runtime.dll)
Syntax
'Declaration
Sub RegistrationComplete ( _
solutionId As String, _
success As Boolean _
)
'Usage
Dim instance As IRuntimeCallback
Dim solutionId As String
Dim success As Boolean
instance.RegistrationComplete(solutionId, _
success)
void RegistrationComplete(
string solutionId,
bool success
)
Parameters
- solutionId
Type: System.String
The identifier of the solution that was registered.
- success
Type: System.Boolean
Indicates the success or failure of the registration.
Remarks
None of the functionality provided by RuntimeClass or IOfficeItemHelper is available until RegistrationComplete with a success parameter value of true. Any attempt to use the members of these classes before calling RegistrationComplete results in an error.