CmisSync.Lib.Events.RemoteEvent.ToString C# (CSharp) Method

ToString() public method

Returns a System.String that represents the current CmisSync.Lib.Events.RemoteEvent.
public ToString ( ) : string
return string
        public override string ToString() {
            return string.Format("[RemoteEvent: ChangeType={0} ObjectId={1}]", this.Type, this.ObjectId);
        }
    }