This topic has not yet been rated - Rate this topic

InstanceStore.CreateInstanceHandle Method

Creates an instance handle. If the DefaultInstanceOwner is set, the value is automatically bound as the new handle’s instance owner.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  NameDescription
Public method CreateInstanceHandle() Creates an instance handle.
Public method CreateInstanceHandle(Guid) Creates an instance handle. If the DefaultInstanceOwner is set, the value is automatically bound as the new handle’s instance owner. The instance identifier passed as a parameter is automatically bound as the new handle’s instance.
Public method CreateInstanceHandle(InstanceOwner) Creates an instance handle. If the instance owner passed as a parameter is not null, the value is automatically bound as the new handle’s instance owner. (Otherwise, no instance owner is bound, even if DefaultInstanceOwner is set.)
Public method CreateInstanceHandle(InstanceOwner, Guid) Creates an instance handle. If the instance owner passed as a parameter is not null, the value is automatically bound as the new handle’s instance owner. (Otherwise, no instance owner is bound, even if DefaultInstanceOwner is set.) The instance identifier passed as a parameter is automatically bound as the new handle’s instance.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.