Castle.Facilities.WcfIntegration.Tests.Behaviors.StoreMessageBody.Perform C# (CSharp) Method

Perform() public method

public Perform ( Message message, XmlDocument envelope, MessageLifecycle lifecyle, IDictionary state ) : bool
message Message
envelope System.Xml.XmlDocument
lifecyle MessageLifecycle
state IDictionary
return bool
		public override bool Perform(Message message, XmlDocument envelope, MessageLifecycle lifecyle,
								     IDictionary state)
		{
			this.envelope = envelope;
			return true;
		}
	}