Apache.NMS.SessionExtensions.GetDestination C# (CSharp) 메소드

GetDestination() 공개 정적인 메소드

Extension function to get the destination by parsing the embedded type prefix. Default is Queue if no prefix is embedded in the destinationName.
public static GetDestination ( this session, string destinationName ) : IDestination
session this
destinationName string
리턴 IDestination
        public static IDestination GetDestination(this ISession session, string destinationName)
        {
            return SessionUtil.GetDestination(session, destinationName);
        }

Same methods

SessionExtensions::GetDestination ( this session, string destinationName, DestinationType defaultType ) : IDestination