Entity Class

 

Updated: October 21, 2012

Represents a Service Bus messaging entity.

Namespace:   Microsoft.WindowsAzure.Messaging
Assembly:  Microsoft.WindowsAzure.Messaging.Managed (in Microsoft.WindowsAzure.Messaging.Managed.dll)


[<AbstractClass>]
type Entity = 
    class
        interface IDisposable
    end

NameDescription
System_CAPS_protmethodEntity(String)

Initializes a new instance of the Entity class with a connection string.

NameDescription
System_CAPS_pubpropertyConnection

Gets or sets the connection string to the Microsoft Azure service.

System_CAPS_pubpropertyToken

Gets or sets the token to the Azure service.

NameDescription
System_CAPS_pubmethodDispose()

Releases all resources used by the current instance of the Entity class.

System_CAPS_protmethodDispose(Boolean)

Releases the unmanaged resources and optionally releases the managed resources used by Entity class.

System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnInternalDispose()

Raises the internal dispose event.

System_CAPS_protmethodOnSetToken()

Raises set token event.

System_CAPS_protmethodThrowIfDisposed()

Throws an exception if the entity is disposed.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_protfielddisposed

Specifies whether entity is disposed.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: