Model.MessageHandlerAttribute.MessageHandlerAttribute C# (CSharp) Method

MessageHandlerAttribute() public method

public MessageHandlerAttribute ( AppType appType ) : System
appType AppType
return System
		public MessageHandlerAttribute(AppType appType)
		{
			this.Type = appType;
		}
	}
MessageHandlerAttribute