Show / Hide Table of Contents

Class BusUtils

Provides extension methods for work with service bus.

Inheritance
System.Object
BusUtils
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Terrasoft.Core.ServiceBus
Assembly: Terrasoft.Core.dll
Syntax
public static class BusUtils

Methods

GetMessageBus(UserConnection)

Gets the message bus.

Declaration
public static IBus GetMessageBus(this UserConnection source)
Parameters
Type Name Description
UserConnection source

The user connection.

Returns
Type Description
Creatio.Messaging.MessageBus.IBus
Back to top Generated by DocFX