Appccelerate.MappingEventBroker.DestinationEventArgs.DestinationEventArgs C# (CSharp) Method

DestinationEventArgs() public method

public DestinationEventArgs ( string destination ) : System
destination string
return System
        public DestinationEventArgs(string destination)
        {
            this.Destination = destination;
        }
DestinationEventArgs