Platforms to show: All Mac Windows Linux Cross-Platform

Back to CSIdentityQueryMBS class.

CSIdentityQueryMBS.Constructor   Private

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
The private constructor.

CSIdentityQueryMBS.Execute(flags as Integer = 0) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Execute an identity query synchronously.

flags: Execution options.
error: Optional pointer to a variant which is filled with CFErrorMBS object if function returns false.
Returns true if the query executed successfully, false if an error occurred.

See also:

CSIdentityQueryMBS.Execute(flags as Integer, byref error as Variant) as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Execute an identity query synchronously.

flags: Execution options.
error: Optional pointer to a variant which is filled with CFErrorMBS object if function returns false.
Returns true if the query executed successfully, false if an error occurred.

See also:

CSIdentityQueryMBS.Results as CSIdentityMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Retrieve the results of executing an identity query.

CSIdentityQueryMBS.Stop

Type Topic Plugin Version macOS Windows Linux iOS Targets
method Collaboration MBS MacFrameworks Plugin 13.0 ✅ Yes ❌ No ❌ No ✅ Yes All
Invalidate an identity query client.

Invalidate a query client so that its callback will never be called in the future. Clients should call Stop when an query will no longer be used, prior to releasing the final query reference.

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


The biggest plugin in space...