System.Messaging Reference (Document! X Sample)
System.Messaging Namespace / MessageQueueTransaction Class / Begin Method



In This Topic
    Begin Method
    In This Topic
    Begins a new Message Queuing internal transaction.
    Syntax
    'Declaration
     
    
    Public Sub Begin() 
    'Usage
     
    
    Dim instance As MessageQueueTransaction
     
    instance.Begin()
    public void Begin()
    public:
    void Begin(); 
    Exceptions
    ExceptionDescription
    The transaction has already been started.
    An internal Message Queuing error occurs.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also